Html Css Color HEX #D26BCE Orchid

📋 copy color: '#D26BCE'

red 210 ◦ green 107 ◦ blue 206

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

Shades of Orchid #D26BCE

Tints of Orchid #D26BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.46%

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 40.15%
G = 20.46%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D26BCE (or 0xD26BCE) is known color: Orchid. HEX triplet: D2, 6B and CE. RGB value is (210,107,206). Sum of RGB (Red+Green+Blue) = 210+107+206=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BCE is #2D9431. Grayscale: #949494. Windows color (decimal): -2987058 or 13528018. OLE color: 13528018.

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

Color convert

RGB 210 107 206 -
CMYK 0 0.49 0.02 0.18
HSL 302.33º 0.53% 0.62% -
HSV(B) 302.33º 0.49% 0.82% -
XYZ 42.98 28.67 61.66 -
YUV 149.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 210 107 206 0 0.49 0.02 0.18 302.33 0.53 0.62
Hex D2 6B CE 0 31 2 12 12E 35 3E
Octal 322 153 316 0 61 2 22 456 65 76
Binary 11010010 1101011 11001110 0 110001 10 10010 100101110 110101 111110

Color Harmonies of #D26BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26BCE

Black with #D26BCE

Text Example


Text Example

White with #D26BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26BCE; }

 p { color: rgb(210,107,206); }

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

background-color css

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

 a { background-color: rgb(210,107,206); }

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

border-color css

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

 span { border-color: rgb(210,107,206); }

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