Html Css Color HEX #D26BCD Orchid

📋 copy color: '#D26BCD'

red 210 ◦ green 107 ◦ blue 205

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

Shades of Orchid #D26BCD

Tints of Orchid #D26BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 40.23%
G = 20.5%
B = 39.27%

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

#D26BCD (or 0xD26BCD) is known color: Orchid. HEX triplet: D2, 6B and CD. RGB value is (210,107,205). Sum of RGB (Red+Green+Blue) = 210+107+205=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BCD is #2D9432. Grayscale: #949494. Windows color (decimal): -2987059 or 13462482. OLE color: 13462482.

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

Color convert

RGB 210 107 205 -
CMYK 0 0.49 0.02 0.18
HSL 302.91º 0.53% 0.62% -
HSV(B) 302.91º 0.49% 0.82% -
XYZ 42.86 28.62 61.02 -
YUV 148.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 210 107 205 0 0.49 0.02 0.18 302.91 0.53 0.62
Hex D2 6B CD 0 31 2 12 12F 35 3E
Octal 322 153 315 0 61 2 22 457 65 76
Binary 11010010 1101011 11001101 0 110001 10 10010 100101111 110101 111110

Color Harmonies of #D26BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26BCD

Black with #D26BCD

Text Example


Text Example

White with #D26BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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