Html Css Color HEX #D466BE Orchid

📋 copy color: '#D466BE'

red 212 ◦ green 102 ◦ blue 190

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

Shades of Orchid #D466BE

Tints of Orchid #D466BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 42.06%
G = 20.24%
B = 37.7%

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

#D466BE (or 0xD466BE) is known color: Orchid. HEX triplet: D4, 66 and BE. RGB value is (212,102,190). Sum of RGB (Red+Green+Blue) = 212+102+190=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D466BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466BE is #2B9941. Grayscale: #909090. Windows color (decimal): -2857282 or 12478164. OLE color: 12478164.

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

Color convert

RGB 212 102 190 -
CMYK 0 0.52 0.10 0.17
HSL 312º 0.56% 0.62% -
HSV(B) 312º 0.52% 0.83% -
XYZ 41.2 27.22 51.8 -
YUV 144.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 212 102 190 0 0.52 0.10 0.17 312 0.56 0.62
Hex D4 66 BE 0 34 A 11 138 38 3E
Octal 324 146 276 0 64 12 21 470 70 76
Binary 11010100 1100110 10111110 0 110100 1010 10001 100111000 111000 111110

Color Harmonies of #D466BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466BE

Black with #D466BE

Text Example


Text Example

White with #D466BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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