Html Css Color HEX #DB67C8 Orchid

📋 copy color: '#DB67C8'

red 219 ◦ green 103 ◦ blue 200

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

Shades of Orchid #DB67C8

Tints of Orchid #DB67C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.31%

R = 41.95%
G = 19.73%
B = 38.31%

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

#DB67C8 (or 0xDB67C8) is known color: Orchid. HEX triplet: DB, 67 and C8. RGB value is (219,103,200). Sum of RGB (Red+Green+Blue) = 219+103+200=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67C8 is #249837. Grayscale: #949494. Windows color (decimal): -2398264 or 13133787. OLE color: 13133787.

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

Color convert

RGB 219 103 200 -
CMYK 0 0.53 0.09 0.14
HSL 309.83º 0.62% 0.63% -
HSV(B) 309.83º 0.53% 0.86% -
XYZ 44.49 28.93 57.88 -
YUV 148.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 219 103 200 0 0.53 0.09 0.14 309.83 0.62 0.63
Hex DB 67 C8 0 35 9 E 136 3E 3F
Octal 333 147 310 0 65 11 16 466 76 77
Binary 11011011 1100111 11001000 0 110101 1001 1110 100110110 111110 111111

Color Harmonies of #DB67C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB67C8

Black with #DB67C8

Text Example


Text Example

White with #DB67C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB67C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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