Html Css Color HEX #D265DC Orchid

📋 copy color: '#D265DC'

red 210 ◦ green 101 ◦ blue 220

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

Shades of Orchid #D265DC

Tints of Orchid #D265DC

RGB

 RED value IS 210 (82.42% from 255) = 39.55%

 GREEN value IS 101 (39.84% from 255) = 19.02%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 39.55%
G = 19.02%
B = 41.43%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D265DC (or 0xD265DC) is known color: Orchid. HEX triplet: D2, 65 and DC. RGB value is (210,101,220). Sum of RGB (Red+Green+Blue) = 210+101+220=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #D265DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265DC is #2D9A23. Grayscale: #929292. Windows color (decimal): -2988580 or 14443986. OLE color: 14443986.

HSL color Cylindrical-coordinate representation of color #D265DC: hue angle of 294.96º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D265DC is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 101 220 -
CMYK 0.05 0.54 0 0.14
HSL 294.96º 0.63% 0.63% -
HSV(B) 294.96º 0.54% 0.86% -
XYZ 44.15 28.18 70.82 -
YUV 147.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 210 101 220 0.05 0.54 0 0.14 294.96 0.63 0.63
Hex D2 65 DC 5 36 0 E 127 3F 3F
Octal 322 145 334 5 66 0 16 447 77 77
Binary 11010010 1100101 11011100 101 110110 0 1110 100100111 111111 111111

Color Harmonies of #D265DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265DC

Black with #D265DC

Text Example


Text Example

White with #D265DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265DC; }

 p { color: rgb(210,101,220); }

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

background-color css

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

 a { background-color: rgb(210,101,220); }

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

border-color css

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

 span { border-color: rgb(210,101,220); }

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