Html Css Color HEX #D26CCB Orchid

📋 copy color: '#D26CCB'

red 210 ◦ green 108 ◦ blue 203

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

Shades of Orchid #D26CCB

Tints of Orchid #D26CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 40.31%
G = 20.73%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D26CCB (or 0xD26CCB) is known color: Orchid. HEX triplet: D2, 6C and CB. RGB value is (210,108,203). Sum of RGB (Red+Green+Blue) = 210+108+203=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CCB is #2D9334. Grayscale: #959595. Windows color (decimal): -2986805 or 13331666. OLE color: 13331666.

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

Color convert

RGB 210 108 203 -
CMYK 0 0.49 0.03 0.18
HSL 304.12º 0.53% 0.62% -
HSV(B) 304.12º 0.49% 0.82% -
XYZ 42.72 28.74 59.8 -
YUV 149.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 210 108 203 0 0.49 0.03 0.18 304.12 0.53 0.62
Hex D2 6C CB 0 31 3 12 130 35 3E
Octal 322 154 313 0 61 3 22 460 65 76
Binary 11010010 1101100 11001011 0 110001 11 10010 100110000 110101 111110

Color Harmonies of #D26CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CCB

Black with #D26CCB

Text Example


Text Example

White with #D26CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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