Html Css Color HEX #D263CD Orchid

📋 copy color: '#D263CD'

red 210 ◦ green 99 ◦ blue 205

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

Shades of Orchid #D263CD

Tints of Orchid #D263CD

RGB

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

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

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

R = 40.86%
G = 19.26%
B = 39.88%

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

#D263CD (or 0xD263CD) is known color: Orchid. HEX triplet: D2, 63 and CD. RGB value is (210,99,205). Sum of RGB (Red+Green+Blue) = 210+99+205=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D263CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263CD is #2D9C32. Grayscale: #8F8F8F. Windows color (decimal): -2989107 or 13460434. OLE color: 13460434.

HSL color Cylindrical-coordinate representation of color #D263CD: hue angle of 302.7º 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 #D263CD is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 99 205 -
CMYK 0 0.53 0.02 0.18
HSL 302.7º 0.55% 0.61% -
HSV(B) 302.7º 0.53% 0.82% -
XYZ 42.06 27.03 60.76 -
YUV 144.27 162.27 174.88 -
System Red Green Blue C M Y K H S L
Decimal 210 99 205 0 0.53 0.02 0.18 302.7 0.55 0.61
Hex D2 63 CD 0 35 2 12 12F 37 3D
Octal 322 143 315 0 65 2 22 457 67 75
Binary 11010010 1100011 11001101 0 110101 10 10010 100101111 110111 111101

Color Harmonies of #D263CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D263CD

Black with #D263CD

Text Example


Text Example

White with #D263CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D263CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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