Html Css Color HEX #DC67CB Orchid

📋 copy color: '#DC67CB'

red 220 ◦ green 103 ◦ blue 203

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

Shades of Orchid #DC67CB

Tints of Orchid #DC67CB

RGB

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

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

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

R = 41.83%
G = 19.58%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC67CB (or 0xDC67CB) is known color: Orchid. HEX triplet: DC, 67 and CB. RGB value is (220,103,203). Sum of RGB (Red+Green+Blue) = 220+103+203=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67CB is #239834. Grayscale: #959595. Windows color (decimal): -2332725 or 13330396. OLE color: 13330396.

HSL color Cylindrical-coordinate representation of color #DC67CB: hue angle of 308.72º 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 #DC67CB is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 203 -
CMYK 0 0.53 0.08 0.14
HSL 308.72º 0.63% 0.63% -
HSV(B) 308.72º 0.53% 0.86% -
XYZ 45.14 29.23 59.76 -
YUV 149.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 220 103 203 0 0.53 0.08 0.14 308.72 0.63 0.63
Hex DC 67 CB 0 35 8 E 135 3F 3F
Octal 334 147 313 0 65 10 16 465 77 77
Binary 11011100 1100111 11001011 0 110101 1000 1110 100110101 111111 111111

Color Harmonies of #DC67CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67CB

Black with #DC67CB

Text Example


Text Example

White with #DC67CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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