Html Css Color HEX #D66FCD Orchid

📋 copy color: '#D66FCD'

red 214 ◦ green 111 ◦ blue 205

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

Shades of Orchid #D66FCD

Tints of Orchid #D66FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 40.38%
G = 20.94%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D66FCD (or 0xD66FCD) is known color: Orchid. HEX triplet: D6, 6F and CD. RGB value is (214,111,205). Sum of RGB (Red+Green+Blue) = 214+111+205=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FCD is #299032. Grayscale: #989898. Windows color (decimal): -2723891 or 13463510. OLE color: 13463510.

HSL color Cylindrical-coordinate representation of color #D66FCD: hue angle of 305.24º 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 #D66FCD is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 205 -
CMYK 0 0.48 0.04 0.16
HSL 305.24º 0.56% 0.64% -
HSV(B) 305.24º 0.48% 0.84% -
XYZ 44.44 30.07 61.22 -
YUV 152.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 214 111 205 0 0.48 0.04 0.16 305.24 0.56 0.64
Hex D6 6F CD 0 30 4 10 131 38 40
Octal 326 157 315 0 60 4 20 461 70 100
Binary 11010110 1101111 11001101 0 110000 100 10000 100110001 111000 1000000

Color Harmonies of #D66FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FCD

Black with #D66FCD

Text Example


Text Example

White with #D66FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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