Html Css Color HEX #D466CF Orchid

📋 copy color: '#D466CF'

red 212 ◦ green 102 ◦ blue 207

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

Shades of Orchid #D466CF

Tints of Orchid #D466CF

RGB

 RED value IS 212 (83.2% from 255) = 40.69%

 GREEN value IS 102 (40.23% from 255) = 19.58%

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

R = 40.69%
G = 19.58%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D466CF (or 0xD466CF) is known color: Orchid. HEX triplet: D4, 66 and CF. RGB value is (212,102,207). Sum of RGB (Red+Green+Blue) = 212+102+207=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D466CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466CF is #2B9930. Grayscale: #929292. Windows color (decimal): -2857265 or 13592276. OLE color: 13592276.

HSL color Cylindrical-coordinate representation of color #D466CF: hue angle of 302.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466CF is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 102 207 -
CMYK 0 0.52 0.02 0.17
HSL 302.73º 0.56% 0.62% -
HSV(B) 302.73º 0.52% 0.83% -
XYZ 43.17 28 62.16 -
YUV 146.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 212 102 207 0 0.52 0.02 0.17 302.73 0.56 0.62
Hex D4 66 CF 0 34 2 11 12F 38 3E
Octal 324 146 317 0 64 2 21 457 70 76
Binary 11010100 1100110 11001111 0 110100 10 10001 100101111 111000 111110

Color Harmonies of #D466CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466CF

Black with #D466CF

Text Example


Text Example

White with #D466CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466CF; }

 p { color: rgb(212,102,207); }

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

background-color css

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

 a { background-color: rgb(212,102,207); }

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

border-color css

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

 span { border-color: rgb(212,102,207); }

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