Html Css Color HEX #D475CE Orchid

📋 copy color: '#D475CE'

red 212 ◦ green 117 ◦ blue 206

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

Shades of Orchid #D475CE

Tints of Orchid #D475CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 39.63%
G = 21.87%
B = 38.5%

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

#D475CE (or 0xD475CE) is known color: Orchid. HEX triplet: D4, 75 and CE. RGB value is (212,117,206). Sum of RGB (Red+Green+Blue) = 212+117+206=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D475CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475CE is #2B8A31. Grayscale: #9B9B9B. Windows color (decimal): -2853426 or 13530580. OLE color: 13530580.

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

Color convert

RGB 212 117 206 -
CMYK 0 0.45 0.03 0.17
HSL 303.79º 0.52% 0.65% -
HSV(B) 303.79º 0.45% 0.83% -
XYZ 44.65 31.18 62.06 -
YUV 155.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 212 117 206 0 0.45 0.03 0.17 303.79 0.52 0.65
Hex D4 75 CE 0 2D 3 11 130 34 41
Octal 324 165 316 0 55 3 21 460 64 101
Binary 11010100 1110101 11001110 0 101101 11 10001 100110000 110100 1000001

Color Harmonies of #D475CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475CE

Black with #D475CE

Text Example


Text Example

White with #D475CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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