Html Css Color HEX #D26CC5 Orchid

📋 copy color: '#D26CC5'

red 210 ◦ green 108 ◦ blue 197

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

Shades of Orchid #D26CC5

Tints of Orchid #D26CC5

RGB

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

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

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

R = 40.78%
G = 20.97%
B = 38.25%

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

#D26CC5 (or 0xD26CC5) is known color: Orchid. HEX triplet: D2, 6C and C5. RGB value is (210,108,197). Sum of RGB (Red+Green+Blue) = 210+108+197=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CC5 is #2D933A. Grayscale: #949494. Windows color (decimal): -2986811 or 12938450. OLE color: 12938450.

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

Color convert

RGB 210 108 197 -
CMYK 0 0.49 0.06 0.18
HSL 307.65º 0.53% 0.62% -
HSV(B) 307.65º 0.49% 0.82% -
XYZ 42.02 28.46 56.1 -
YUV 148.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 210 108 197 0 0.49 0.06 0.18 307.65 0.53 0.62
Hex D2 6C C5 0 31 6 12 134 35 3E
Octal 322 154 305 0 61 6 22 464 65 76
Binary 11010010 1101100 11000101 0 110001 110 10010 100110100 110101 111110

Color Harmonies of #D26CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CC5

Black with #D26CC5

Text Example


Text Example

White with #D26CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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