Html Css Color HEX #D475CB Orchid

📋 copy color: '#D475CB'

red 212 ◦ green 117 ◦ blue 203

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

Shades of Orchid #D475CB

Tints of Orchid #D475CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 39.85%
G = 21.99%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D475CB (or 0xD475CB) is known color: Orchid. HEX triplet: D4, 75 and CB. RGB value is (212,117,203). Sum of RGB (Red+Green+Blue) = 212+117+203=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D475CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475CB is #2B8A34. Grayscale: #9A9A9A. Windows color (decimal): -2853429 or 13333972. OLE color: 13333972.

HSL color Cylindrical-coordinate representation of color #D475CB: hue angle of 305.68º 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 #D475CB is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 117 203 -
CMYK 0 0.45 0.04 0.17
HSL 305.68º 0.52% 0.65% -
HSV(B) 305.68º 0.45% 0.83% -
XYZ 44.29 31.03 60.16 -
YUV 155.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 212 117 203 0 0.45 0.04 0.17 305.68 0.52 0.65
Hex D4 75 CB 0 2D 4 11 132 34 41
Octal 324 165 313 0 55 4 21 462 64 101
Binary 11010100 1110101 11001011 0 101101 100 10001 100110010 110100 1000001

Color Harmonies of #D475CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475CB

Black with #D475CB

Text Example


Text Example

White with #D475CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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