Html Css Color HEX #D66FCC Orchid

📋 copy color: '#D66FCC'

red 214 ◦ green 111 ◦ blue 204

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

Shades of Orchid #D66FCC

Tints of Orchid #D66FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.98%

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 40.45%
G = 20.98%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D66FCC (or 0xD66FCC) is known color: Orchid. HEX triplet: D6, 6F and CC. RGB value is (214,111,204). Sum of RGB (Red+Green+Blue) = 214+111+204=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FCC is #299033. Grayscale: #989898. Windows color (decimal): -2723892 or 13397974. OLE color: 13397974.

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

Color convert

RGB 214 111 204 -
CMYK 0 0.48 0.05 0.16
HSL 305.83º 0.56% 0.64% -
HSV(B) 305.83º 0.48% 0.84% -
XYZ 44.32 30.02 60.59 -
YUV 152.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 214 111 204 0 0.48 0.05 0.16 305.83 0.56 0.64
Hex D6 6F CC 0 30 5 10 132 38 40
Octal 326 157 314 0 60 5 20 462 70 100
Binary 11010110 1101111 11001100 0 110000 101 10000 100110010 111000 1000000

Color Harmonies of #D66FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FCC

Black with #D66FCC

Text Example


Text Example

White with #D66FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FCC; }

 p { color: rgb(214,111,204); }

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

background-color css

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

 a { background-color: rgb(214,111,204); }

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

border-color css

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

 span { border-color: rgb(214,111,204); }

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