Html Css Color HEX #D263CE Orchid

📋 copy color: '#D263CE'

red 210 ◦ green 99 ◦ blue 206

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

Shades of Orchid #D263CE

Tints of Orchid #D263CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.22%

 BLUE value IS 206 (80.86% from 255) = 40%

R = 40.78%
G = 19.22%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D263CE (or 0xD263CE) is known color: Orchid. HEX triplet: D2, 63 and CE. RGB value is (210,99,206). Sum of RGB (Red+Green+Blue) = 210+99+206=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D263CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263CE is #2D9C31. Grayscale: #909090. Windows color (decimal): -2989106 or 13525970. OLE color: 13525970.

HSL color Cylindrical-coordinate representation of color #D263CE: hue angle of 302.16º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D263CE is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 99 206 -
CMYK 0 0.53 0.02 0.18
HSL 302.16º 0.55% 0.61% -
HSV(B) 302.16º 0.53% 0.82% -
XYZ 42.18 27.08 61.4 -
YUV 144.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 210 99 206 0 0.53 0.02 0.18 302.16 0.55 0.61
Hex D2 63 CE 0 35 2 12 12E 37 3D
Octal 322 143 316 0 65 2 22 456 67 75
Binary 11010010 1100011 11001110 0 110101 10 10010 100101110 110111 111101

Color Harmonies of #D263CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D263CE

Black with #D263CE

Text Example


Text Example

White with #D263CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D263CE; }

 p { color: rgb(210,99,206); }

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

background-color css

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

 a { background-color: rgb(210,99,206); }

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

border-color css

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

 span { border-color: rgb(210,99,206); }

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