Html Css Color HEX #D66FC7 Orchid

📋 copy color: '#D66FC7'

red 214 ◦ green 111 ◦ blue 199

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

Shades of Orchid #D66FC7

Tints of Orchid #D66FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.98%

R = 40.84%
G = 21.18%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D66FC7 (or 0xD66FC7) is known color: Orchid. HEX triplet: D6, 6F and C7. RGB value is (214,111,199). Sum of RGB (Red+Green+Blue) = 214+111+199=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FC7 is #299038. Grayscale: #979797. Windows color (decimal): -2723897 or 13070294. OLE color: 13070294.

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

Color convert

RGB 214 111 199 -
CMYK 0 0.48 0.07 0.16
HSL 308.74º 0.56% 0.64% -
HSV(B) 308.74º 0.48% 0.84% -
XYZ 43.72 29.79 57.48 -
YUV 151.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 214 111 199 0 0.48 0.07 0.16 308.74 0.56 0.64
Hex D6 6F C7 0 30 7 10 135 38 40
Octal 326 157 307 0 60 7 20 465 70 100
Binary 11010110 1101111 11000111 0 110000 111 10000 100110101 111000 1000000

Color Harmonies of #D66FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FC7

Black with #D66FC7

Text Example


Text Example

White with #D66FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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