Html Css Color HEX #D66BC4 Orchid

📋 copy color: '#D66BC4'

red 214 ◦ green 107 ◦ blue 196

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

Shades of Orchid #D66BC4

Tints of Orchid #D66BC4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.7%

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

R = 41.39%
G = 20.7%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D66BC4 (or 0xD66BC4) is known color: Orchid. HEX triplet: D6, 6B and C4. RGB value is (214,107,196). Sum of RGB (Red+Green+Blue) = 214+107+196=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BC4 is #29943B. Grayscale: #949494. Windows color (decimal): -2724924 or 12872662. OLE color: 12872662.

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

Color convert

RGB 214 107 196 -
CMYK 0 0.50 0.08 0.16
HSL 310.09º 0.57% 0.63% -
HSV(B) 310.09º 0.5% 0.84% -
XYZ 42.95 28.8 55.52 -
YUV 149.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 214 107 196 0 0.50 0.08 0.16 310.09 0.57 0.63
Hex D6 6B C4 0 32 8 10 136 39 3F
Octal 326 153 304 0 62 10 20 466 71 77
Binary 11010110 1101011 11000100 0 110010 1000 10000 100110110 111001 111111

Color Harmonies of #D66BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BC4

Black with #D66BC4

Text Example


Text Example

White with #D66BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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