Html Css Color HEX #D26CDF Orchid

📋 copy color: '#D26CDF'

red 210 ◦ green 108 ◦ blue 223

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

Shades of Orchid #D26CDF

Tints of Orchid #D26CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 38.82%
G = 19.96%
B = 41.22%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D26CDF (or 0xD26CDF) is known color: Orchid. HEX triplet: D2, 6C and DF. RGB value is (210,108,223). Sum of RGB (Red+Green+Blue) = 210+108+223=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #D26CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CDF is #2D9320. Grayscale: #979797. Windows color (decimal): -2986785 or 14642386. OLE color: 14642386.

HSL color Cylindrical-coordinate representation of color #D26CDF: hue angle of 293.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26CDF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 108 223 -
CMYK 0.06 0.52 0 0.13
HSL 293.22º 0.64% 0.65% -
HSV(B) 293.22º 0.52% 0.87% -
XYZ 45.26 29.75 73.17 -
YUV 151.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 210 108 223 0.06 0.52 0 0.13 293.22 0.64 0.65
Hex D2 6C DF 6 34 0 D 125 40 41
Octal 322 154 337 6 64 0 15 445 100 101
Binary 11010010 1101100 11011111 110 110100 0 1101 100100101 1000000 1000001

Color Harmonies of #D26CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CDF

Black with #D26CDF

Text Example


Text Example

White with #D26CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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