Html Css Color HEX #D264DC Orchid

📋 copy color: '#D264DC'

red 210 ◦ green 100 ◦ blue 220

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

Shades of Orchid #D264DC

Tints of Orchid #D264DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.87%

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

R = 39.62%
G = 18.87%
B = 41.51%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D264DC (or 0xD264DC) is known color: Orchid. HEX triplet: D2, 64 and DC. RGB value is (210,100,220). Sum of RGB (Red+Green+Blue) = 210+100+220=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #D264DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264DC is #2D9B23. Grayscale: #929292. Windows color (decimal): -2988836 or 14443730. OLE color: 14443730.

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

Color convert

RGB 210 100 220 -
CMYK 0.05 0.55 0 0.14
HSL 295º 0.63% 0.63% -
HSV(B) 295º 0.55% 0.86% -
XYZ 44.05 27.98 70.79 -
YUV 146.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 210 100 220 0.05 0.55 0 0.14 295 0.63 0.63
Hex D2 64 DC 5 37 0 E 127 3F 3F
Octal 322 144 334 5 67 0 16 447 77 77
Binary 11010010 1100100 11011100 101 110111 0 1110 100100111 111111 111111

Color Harmonies of #D264DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264DC

Black with #D264DC

Text Example


Text Example

White with #D264DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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