Html Css Color HEX #DB67CC Orchid

📋 copy color: '#DB67CC'

red 219 ◦ green 103 ◦ blue 204

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

Shades of Orchid #DB67CC

Tints of Orchid #DB67CC

RGB

 RED value IS 219 (85.94% from 255) = 41.63%

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

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

R = 41.63%
G = 19.58%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB67CC (or 0xDB67CC) is known color: Orchid. HEX triplet: DB, 67 and CC. RGB value is (219,103,204). Sum of RGB (Red+Green+Blue) = 219+103+204=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67CC is #249833. Grayscale: #949494. Windows color (decimal): -2398260 or 13395931. OLE color: 13395931.

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

Color convert

RGB 219 103 204 -
CMYK 0 0.53 0.07 0.14
HSL 307.76º 0.62% 0.63% -
HSV(B) 307.76º 0.53% 0.86% -
XYZ 44.96 29.12 60.38 -
YUV 149.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 219 103 204 0 0.53 0.07 0.14 307.76 0.62 0.63
Hex DB 67 CC 0 35 7 E 134 3E 3F
Octal 333 147 314 0 65 7 16 464 76 77
Binary 11011011 1100111 11001100 0 110101 111 1110 100110100 111110 111111

Color Harmonies of #DB67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB67CC

Black with #DB67CC

Text Example


Text Example

White with #DB67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB67CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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