Html Css Color HEX #D467CC Orchid

📋 copy color: '#D467CC'

red 212 ◦ green 103 ◦ blue 204

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

Shades of Orchid #D467CC

Tints of Orchid #D467CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.85%

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 40.85%
G = 19.85%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D467CC (or 0xD467CC) is known color: Orchid. HEX triplet: D4, 67 and CC. RGB value is (212,103,204). Sum of RGB (Red+Green+Blue) = 212+103+204=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D467CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467CC is #2B9833. Grayscale: #929292. Windows color (decimal): -2857012 or 13395924. OLE color: 13395924.

HSL color Cylindrical-coordinate representation of color #D467CC: hue angle of 304.4º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D467CC is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 204 -
CMYK 0 0.51 0.04 0.17
HSL 304.4º 0.56% 0.62% -
HSV(B) 304.4º 0.51% 0.83% -
XYZ 42.9 28.06 60.28 -
YUV 147.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 212 103 204 0 0.51 0.04 0.17 304.4 0.56 0.62
Hex D4 67 CC 0 33 4 11 130 38 3E
Octal 324 147 314 0 63 4 21 460 70 76
Binary 11010100 1100111 11001100 0 110011 100 10001 100110000 111000 111110

Color Harmonies of #D467CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467CC

Black with #D467CC

Text Example


Text Example

White with #D467CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467CC; }

 p { color: rgb(212,103,204); }

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

background-color css

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

 a { background-color: rgb(212,103,204); }

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

border-color css

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

 span { border-color: rgb(212,103,204); }

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