Html Css Color HEX #DC67BB Orchid

📋 copy color: '#DC67BB'

red 220 ◦ green 103 ◦ blue 187

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

Shades of Orchid #DC67BB

Tints of Orchid #DC67BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 43.14%
G = 20.2%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC67BB (or 0xDC67BB) is known color: Orchid. HEX triplet: DC, 67 and BB. RGB value is (220,103,187). Sum of RGB (Red+Green+Blue) = 220+103+187=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67BB is #239844. Grayscale: #939393. Windows color (decimal): -2332741 or 12281820. OLE color: 12281820.

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

Color convert

RGB 220 103 187 -
CMYK 0 0.53 0.15 0.14
HSL 316.92º 0.63% 0.63% -
HSV(B) 316.92º 0.53% 0.86% -
XYZ 43.34 28.5 50.23 -
YUV 147.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 220 103 187 0 0.53 0.15 0.14 316.92 0.63 0.63
Hex DC 67 BB 0 35 F E 13D 3F 3F
Octal 334 147 273 0 65 17 16 475 77 77
Binary 11011100 1100111 10111011 0 110101 1111 1110 100111101 111111 111111

Color Harmonies of #DC67BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67BB

Black with #DC67BB

Text Example


Text Example

White with #DC67BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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