Html Css Color HEX #D26CC4 Orchid

📋 copy color: '#D26CC4'

red 210 ◦ green 108 ◦ blue 196

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

Shades of Orchid #D26CC4

Tints of Orchid #D26CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.13%

R = 40.86%
G = 21.01%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D26CC4 (or 0xD26CC4) is known color: Orchid. HEX triplet: D2, 6C and C4. RGB value is (210,108,196). Sum of RGB (Red+Green+Blue) = 210+108+196=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CC4 is #2D933B. Grayscale: #949494. Windows color (decimal): -2986812 or 12872914. OLE color: 12872914.

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

Color convert

RGB 210 108 196 -
CMYK 0 0.49 0.07 0.18
HSL 308.24º 0.53% 0.62% -
HSV(B) 308.24º 0.49% 0.82% -
XYZ 41.9 28.41 55.5 -
YUV 148.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 210 108 196 0 0.49 0.07 0.18 308.24 0.53 0.62
Hex D2 6C C4 0 31 7 12 134 35 3E
Octal 322 154 304 0 61 7 22 464 65 76
Binary 11010010 1101100 11000100 0 110001 111 10010 100110100 110101 111110

Color Harmonies of #D26CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CC4

Black with #D26CC4

Text Example


Text Example

White with #D26CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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