Html Css Color HEX #D466BF Orchid

📋 copy color: '#D466BF'

red 212 ◦ green 102 ◦ blue 191

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

Shades of Orchid #D466BF

Tints of Orchid #D466BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 41.98%
G = 20.2%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D466BF (or 0xD466BF) is known color: Orchid. HEX triplet: D4, 66 and BF. RGB value is (212,102,191). Sum of RGB (Red+Green+Blue) = 212+102+191=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D466BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466BF is #2B9940. Grayscale: #909090. Windows color (decimal): -2857281 or 12543700. OLE color: 12543700.

HSL color Cylindrical-coordinate representation of color #D466BF: hue angle of 311.45º 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 #D466BF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 102 191 -
CMYK 0 0.52 0.10 0.17
HSL 311.45º 0.56% 0.62% -
HSV(B) 311.45º 0.52% 0.83% -
XYZ 41.31 27.26 52.38 -
YUV 145.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 212 102 191 0 0.52 0.10 0.17 311.45 0.56 0.62
Hex D4 66 BF 0 34 A 11 137 38 3E
Octal 324 146 277 0 64 12 21 467 70 76
Binary 11010100 1100110 10111111 0 110100 1010 10001 100110111 111000 111110

Color Harmonies of #D466BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466BF

Black with #D466BF

Text Example


Text Example

White with #D466BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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