Html Css Color HEX #D46BCD Orchid

📋 copy color: '#D46BCD'

red 212 ◦ green 107 ◦ blue 205

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

Shades of Orchid #D46BCD

Tints of Orchid #D46BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 40.46%
G = 20.42%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D46BCD (or 0xD46BCD) is known color: Orchid. HEX triplet: D4, 6B and CD. RGB value is (212,107,205). Sum of RGB (Red+Green+Blue) = 212+107+205=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BCD is #2B9432. Grayscale: #959595. Windows color (decimal): -2855987 or 13462484. OLE color: 13462484.

HSL color Cylindrical-coordinate representation of color #D46BCD: hue angle of 304º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46BCD is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 107 205 -
CMYK 0 0.50 0.03 0.17
HSL 304º 0.55% 0.63% -
HSV(B) 304º 0.5% 0.83% -
XYZ 43.43 28.92 61.05 -
YUV 149.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 212 107 205 0 0.50 0.03 0.17 304 0.55 0.63
Hex D4 6B CD 0 32 3 11 130 37 3F
Octal 324 153 315 0 62 3 21 460 67 77
Binary 11010100 1101011 11001101 0 110010 11 10001 100110000 110111 111111

Color Harmonies of #D46BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46BCD

Black with #D46BCD

Text Example


Text Example

White with #D46BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46BCD; }

 p { color: rgb(212,107,205); }

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

background-color css

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

 a { background-color: rgb(212,107,205); }

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

border-color css

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

 span { border-color: rgb(212,107,205); }

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