Html Css Color HEX #DB66C4 Orchid

📋 copy color: '#DB66C4'

red 219 ◦ green 102 ◦ blue 196

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

Shades of Orchid #DB66C4

Tints of Orchid #DB66C4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.73%

 BLUE value IS 196 (76.95% from 255) = 37.91%

R = 42.36%
G = 19.73%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB66C4 (or 0xDB66C4) is known color: Orchid. HEX triplet: DB, 66 and C4. RGB value is (219,102,196). Sum of RGB (Red+Green+Blue) = 219+102+196=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66C4 is #24993B. Grayscale: #939393. Windows color (decimal): -2398524 or 12871387. OLE color: 12871387.

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

Color convert

RGB 219 102 196 -
CMYK 0 0.53 0.11 0.14
HSL 311.79º 0.62% 0.63% -
HSV(B) 311.79º 0.53% 0.86% -
XYZ 43.93 28.55 55.42 -
YUV 147.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 219 102 196 0 0.53 0.11 0.14 311.79 0.62 0.63
Hex DB 66 C4 0 35 B E 138 3E 3F
Octal 333 146 304 0 65 13 16 470 76 77
Binary 11011011 1100110 11000100 0 110101 1011 1110 100111000 111110 111111

Color Harmonies of #DB66C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66C4

Black with #DB66C4

Text Example


Text Example

White with #DB66C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66C4; }

 p { color: rgb(219,102,196); }

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

background-color css

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

 a { background-color: rgb(219,102,196); }

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

border-color css

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

 span { border-color: rgb(219,102,196); }

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