Html Css Color HEX #D26CCA Orchid

📋 copy color: '#D26CCA'

red 210 ◦ green 108 ◦ blue 202

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

Shades of Orchid #D26CCA

Tints of Orchid #D26CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 40.38%
G = 20.77%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D26CCA (or 0xD26CCA) is known color: Orchid. HEX triplet: D2, 6C and CA. RGB value is (210,108,202). Sum of RGB (Red+Green+Blue) = 210+108+202=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CCA is #2D9335. Grayscale: #949494. Windows color (decimal): -2986806 or 13266130. OLE color: 13266130.

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

Color convert

RGB 210 108 202 -
CMYK 0 0.49 0.04 0.18
HSL 304.71º 0.53% 0.62% -
HSV(B) 304.71º 0.49% 0.82% -
XYZ 42.6 28.69 59.17 -
YUV 149.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 210 108 202 0 0.49 0.04 0.18 304.71 0.53 0.62
Hex D2 6C CA 0 31 4 12 131 35 3E
Octal 322 154 312 0 61 4 22 461 65 76
Binary 11010010 1101100 11001010 0 110001 100 10010 100110001 110101 111110

Color Harmonies of #D26CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CCA

Black with #D26CCA

Text Example


Text Example

White with #D26CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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