Html Css Color HEX #DC67C9 Orchid

📋 copy color: '#DC67C9'

red 220 ◦ green 103 ◦ blue 201

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

Shades of Orchid #DC67C9

Tints of Orchid #DC67C9

RGB

 RED value IS 220 (86.33% from 255) = 41.98%

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

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 41.98%
G = 19.66%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC67C9 (or 0xDC67C9) is known color: Orchid. HEX triplet: DC, 67 and C9. RGB value is (220,103,201). Sum of RGB (Red+Green+Blue) = 220+103+201=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67C9 is #239836. Grayscale: #949494. Windows color (decimal): -2332727 or 13199324. OLE color: 13199324.

HSL color Cylindrical-coordinate representation of color #DC67C9: hue angle of 309.74º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67C9 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 201 -
CMYK 0 0.53 0.09 0.14
HSL 309.74º 0.63% 0.63% -
HSV(B) 309.74º 0.53% 0.86% -
XYZ 44.91 29.13 58.51 -
YUV 149.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 220 103 201 0 0.53 0.09 0.14 309.74 0.63 0.63
Hex DC 67 C9 0 35 9 E 136 3F 3F
Octal 334 147 311 0 65 11 16 466 77 77
Binary 11011100 1100111 11001001 0 110101 1001 1110 100110110 111111 111111

Color Harmonies of #DC67C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67C9

Black with #DC67C9

Text Example


Text Example

White with #DC67C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67C9; }

 p { color: rgb(220,103,201); }

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

background-color css

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

 a { background-color: rgb(220,103,201); }

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

border-color css

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

 span { border-color: rgb(220,103,201); }

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