Html Css Color HEX #D66BC7 Orchid

📋 copy color: '#D66BC7'

red 214 ◦ green 107 ◦ blue 199

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

Shades of Orchid #D66BC7

Tints of Orchid #D66BC7

RGB

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

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

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

R = 41.15%
G = 20.58%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D66BC7 (or 0xD66BC7) is known color: Orchid. HEX triplet: D6, 6B and C7. RGB value is (214,107,199). Sum of RGB (Red+Green+Blue) = 214+107+199=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BC7 is #299438. Grayscale: #959595. Windows color (decimal): -2724921 or 13069270. OLE color: 13069270.

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

Color convert

RGB 214 107 199 -
CMYK 0 0.50 0.07 0.16
HSL 308.41º 0.57% 0.63% -
HSV(B) 308.41º 0.5% 0.84% -
XYZ 43.3 28.94 57.34 -
YUV 149.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 214 107 199 0 0.50 0.07 0.16 308.41 0.57 0.63
Hex D6 6B C7 0 32 7 10 134 39 3F
Octal 326 153 307 0 62 7 20 464 71 77
Binary 11010110 1101011 11000111 0 110010 111 10000 100110100 111001 111111

Color Harmonies of #D66BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BC7

Black with #D66BC7

Text Example


Text Example

White with #D66BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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