Html Css Color HEX #D66FCF Orchid

📋 copy color: '#D66FCF'

red 214 ◦ green 111 ◦ blue 207

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

Shades of Orchid #D66FCF

Tints of Orchid #D66FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 40.23%
G = 20.86%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D66FCF (or 0xD66FCF) is known color: Orchid. HEX triplet: D6, 6F and CF. RGB value is (214,111,207). Sum of RGB (Red+Green+Blue) = 214+111+207=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FCF is #299030. Grayscale: #989898. Windows color (decimal): -2723889 or 13594582. OLE color: 13594582.

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

Color convert

RGB 214 111 207 -
CMYK 0 0.48 0.03 0.16
HSL 304.08º 0.56% 0.64% -
HSV(B) 304.08º 0.48% 0.84% -
XYZ 44.68 30.17 62.5 -
YUV 152.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 214 111 207 0 0.48 0.03 0.16 304.08 0.56 0.64
Hex D6 6F CF 0 30 3 10 130 38 40
Octal 326 157 317 0 60 3 20 460 70 100
Binary 11010110 1101111 11001111 0 110000 11 10000 100110000 111000 1000000

Color Harmonies of #D66FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FCF

Black with #D66FCF

Text Example


Text Example

White with #D66FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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