Html Css Color HEX #D26FCA Orchid

📋 copy color: '#D26FCA'

red 210 ◦ green 111 ◦ blue 202

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

Shades of Orchid #D26FCA

Tints of Orchid #D26FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.22%

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

R = 40.15%
G = 21.22%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D26FCA (or 0xD26FCA) is known color: Orchid. HEX triplet: D2, 6F and CA. RGB value is (210,111,202). Sum of RGB (Red+Green+Blue) = 210+111+202=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FCA is #2D9035. Grayscale: #969696. Windows color (decimal): -2986038 or 13266898. OLE color: 13266898.

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

Color convert

RGB 210 111 202 -
CMYK 0 0.47 0.04 0.18
HSL 304.85º 0.52% 0.63% -
HSV(B) 304.85º 0.47% 0.82% -
XYZ 42.92 29.33 59.28 -
YUV 150.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 210 111 202 0 0.47 0.04 0.18 304.85 0.52 0.63
Hex D2 6F CA 0 2F 4 12 131 34 3F
Octal 322 157 312 0 57 4 22 461 64 77
Binary 11010010 1101111 11001010 0 101111 100 10010 100110001 110100 111111

Color Harmonies of #D26FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26FCA

Black with #D26FCA

Text Example


Text Example

White with #D26FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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