Html Css Color HEX #D263D7 Orchid

📋 copy color: '#D263D7'

red 210 ◦ green 99 ◦ blue 215

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

Shades of Orchid #D263D7

Tints of Orchid #D263D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 40.08%
G = 18.89%
B = 41.03%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D263D7 (or 0xD263D7) is known color: Orchid. HEX triplet: D2, 63 and D7. RGB value is (210,99,215). Sum of RGB (Red+Green+Blue) = 210+99+215=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #D263D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263D7 is #2D9C28. Grayscale: #919191. Windows color (decimal): -2989097 or 14115794. OLE color: 14115794.

HSL color Cylindrical-coordinate representation of color #D263D7: hue angle of 297.41º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D263D7 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 99 215 -
CMYK 0.02 0.54 0 0.16
HSL 297.41º 0.59% 0.62% -
HSV(B) 297.41º 0.54% 0.84% -
XYZ 43.31 27.53 67.32 -
YUV 145.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 210 99 215 0.02 0.54 0 0.16 297.41 0.59 0.62
Hex D2 63 D7 2 36 0 10 129 3B 3E
Octal 322 143 327 2 66 0 20 451 73 76
Binary 11010010 1100011 11010111 10 110110 0 10000 100101001 111011 111110

Color Harmonies of #D263D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D263D7

Black with #D263D7

Text Example


Text Example

White with #D263D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D263D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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