Html Css Color HEX #DB67C5 Orchid

📋 copy color: '#DB67C5'

red 219 ◦ green 103 ◦ blue 197

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

Shades of Orchid #DB67C5

Tints of Orchid #DB67C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 42.2%
G = 19.85%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB67C5 (or 0xDB67C5) is known color: Orchid. HEX triplet: DB, 67 and C5. RGB value is (219,103,197). Sum of RGB (Red+Green+Blue) = 219+103+197=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67C5 is #24983A. Grayscale: #949494. Windows color (decimal): -2398267 or 12937179. OLE color: 12937179.

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

Color convert

RGB 219 103 197 -
CMYK 0 0.53 0.10 0.14
HSL 311.38º 0.62% 0.63% -
HSV(B) 311.38º 0.53% 0.86% -
XYZ 44.14 28.79 56.05 -
YUV 148.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 219 103 197 0 0.53 0.10 0.14 311.38 0.62 0.63
Hex DB 67 C5 0 35 A E 137 3E 3F
Octal 333 147 305 0 65 12 16 467 76 77
Binary 11011011 1100111 11000101 0 110101 1010 1110 100110111 111110 111111

Color Harmonies of #DB67C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB67C5

Black with #DB67C5

Text Example


Text Example

White with #DB67C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB67C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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