Html Css Color HEX #D475CD Orchid

📋 copy color: '#D475CD'

red 212 ◦ green 117 ◦ blue 205

#D475CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D475CD

Tints of Orchid #D475CD

RGB

 RED value IS 212 (83.2% from 255) = 39.7%

 GREEN value IS 117 (46.09% from 255) = 21.91%

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 39.7%
G = 21.91%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D475CD (or 0xD475CD) is known color: Orchid. HEX triplet: D4, 75 and CD. RGB value is (212,117,205). Sum of RGB (Red+Green+Blue) = 212+117+205=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D475CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475CD is #2B8A32. Grayscale: #9B9B9B. Windows color (decimal): -2853427 or 13465044. OLE color: 13465044.

HSL color Cylindrical-coordinate representation of color #D475CD: hue angle of 304.42º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D475CD is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 117 205 -
CMYK 0 0.45 0.03 0.17
HSL 304.42º 0.52% 0.65% -
HSV(B) 304.42º 0.45% 0.83% -
XYZ 44.53 31.13 61.42 -
YUV 155.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 212 117 205 0 0.45 0.03 0.17 304.42 0.52 0.65
Hex D4 75 CD 0 2D 3 11 130 34 41
Octal 324 165 315 0 55 3 21 460 64 101
Binary 11010100 1110101 11001101 0 101101 11 10001 100110000 110100 1000001

Color Harmonies of #D475CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475CD

Black with #D475CD

Text Example


Text Example

White with #D475CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475CD; }

 p { color: rgb(212,117,205); }

 H1.HeaderClassName
 {
   color: #D475CD;
 }
 .AnyTagClassName
 {
   color: #D475CD;
 }
</style>

background-color css

<style>
 a { background-color: #D475CD; }

 a { background-color: rgb(212,117,205); }

 div.DivClassName
 {
   background-color: #D475CD;
 }
 .BgClassName
 {
   background-color: #D475CD;
 }
</style>

border-color css

<style>
 span { border-color: #D475CD; }

 span { border-color: rgb(212,117,205); }

 td.TdClassName
 {
   border-color: #D475CD;
 }
 .TagClassName
 {
   border-color: #D475CD;
 }
</style>