Html Css Color HEX #D66DC4 Orchid

📋 copy color: '#D66DC4'

red 214 ◦ green 109 ◦ blue 196

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

Shades of Orchid #D66DC4

Tints of Orchid #D66DC4

RGB

 RED value IS 214 (83.98% from 255) = 41.23%

 GREEN value IS 109 (42.97% from 255) = 21%

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

R = 41.23%
G = 21%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D66DC4 (or 0xD66DC4) is known color: Orchid. HEX triplet: D6, 6D and C4. RGB value is (214,109,196). Sum of RGB (Red+Green+Blue) = 214+109+196=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DC4 is #29923B. Grayscale: #969696. Windows color (decimal): -2724412 or 12873174. OLE color: 12873174.

HSL color Cylindrical-coordinate representation of color #D66DC4: hue angle of 310.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DC4 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 196 -
CMYK 0 0.49 0.08 0.16
HSL 310.29º 0.56% 0.63% -
HSV(B) 310.29º 0.49% 0.84% -
XYZ 43.16 29.22 55.59 -
YUV 150.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 214 109 196 0 0.49 0.08 0.16 310.29 0.56 0.63
Hex D6 6D C4 0 31 8 10 136 38 3F
Octal 326 155 304 0 61 10 20 466 70 77
Binary 11010110 1101101 11000100 0 110001 1000 10000 100110110 111000 111111

Color Harmonies of #D66DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DC4

Black with #D66DC4

Text Example


Text Example

White with #D66DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DC4; }

 p { color: rgb(214,109,196); }

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

background-color css

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

 a { background-color: rgb(214,109,196); }

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

border-color css

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

 span { border-color: rgb(214,109,196); }

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