Html Css Color HEX #D26CE5 Orchid

📋 copy color: '#D26CE5'

red 210 ◦ green 108 ◦ blue 229

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

Shades of Orchid #D26CE5

Tints of Orchid #D26CE5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.74%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 38.39%
G = 19.74%
B = 41.86%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D26CE5 (or 0xD26CE5) is known color: Orchid. HEX triplet: D2, 6C and E5. RGB value is (210,108,229). Sum of RGB (Red+Green+Blue) = 210+108+229=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #D26CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CE5 is #2D931A. Grayscale: #979797. Windows color (decimal): -2986779 or 15035602. OLE color: 15035602.

HSL color Cylindrical-coordinate representation of color #D26CE5: hue angle of 290.58º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26CE5 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 108 229 -
CMYK 0.08 0.53 0 0.10
HSL 290.58º 0.7% 0.66% -
HSV(B) 290.58º 0.53% 0.9% -
XYZ 46.08 30.08 77.51 -
YUV 152.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 210 108 229 0.08 0.53 0 0.10 290.58 0.7 0.66
Hex D2 6C E5 8 35 0 A 123 46 42
Octal 322 154 345 10 65 0 12 443 106 102
Binary 11010010 1101100 11100101 1000 110101 0 1010 100100011 1000110 1000010

Color Harmonies of #D26CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CE5

Black with #D26CE5

Text Example


Text Example

White with #D26CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CE5; }

 p { color: rgb(210,108,229); }

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

background-color css

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

 a { background-color: rgb(210,108,229); }

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

border-color css

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

 span { border-color: rgb(210,108,229); }

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