Html Css Color HEX #D26BC5 Orchid

📋 copy color: '#D26BC5'

red 210 ◦ green 107 ◦ blue 197

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

Shades of Orchid #D26BC5

Tints of Orchid #D26BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 40.86%
G = 20.82%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D26BC5 (or 0xD26BC5) is known color: Orchid. HEX triplet: D2, 6B and C5. RGB value is (210,107,197). Sum of RGB (Red+Green+Blue) = 210+107+197=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BC5 is #2D943A. Grayscale: #939393. Windows color (decimal): -2987067 or 12938194. OLE color: 12938194.

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

Color convert

RGB 210 107 197 -
CMYK 0 0.49 0.06 0.18
HSL 307.57º 0.53% 0.62% -
HSV(B) 307.57º 0.49% 0.82% -
XYZ 41.91 28.25 56.07 -
YUV 148.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 210 107 197 0 0.49 0.06 0.18 307.57 0.53 0.62
Hex D2 6B C5 0 31 6 12 134 35 3E
Octal 322 153 305 0 61 6 22 464 65 76
Binary 11010010 1101011 11000101 0 110001 110 10010 100110100 110101 111110

Color Harmonies of #D26BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26BC5

Black with #D26BC5

Text Example


Text Example

White with #D26BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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