Html Css Color HEX #D27CCA Orchid

📋 copy color: '#D27CCA'

red 210 ◦ green 124 ◦ blue 202

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

Shades of Orchid #D27CCA

Tints of Orchid #D27CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.13%

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 39.18%
G = 23.13%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D27CCA (or 0xD27CCA) is known color: Orchid. HEX triplet: D2, 7C and CA. RGB value is (210,124,202). Sum of RGB (Red+Green+Blue) = 210+124+202=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CCA is #2D8335. Grayscale: #9E9E9E. Windows color (decimal): -2982710 or 13270226. OLE color: 13270226.

HSL color Cylindrical-coordinate representation of color #D27CCA: hue angle of 305.58º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27CCA is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 202 -
CMYK 0 0.41 0.04 0.18
HSL 305.58º 0.49% 0.65% -
HSV(B) 305.58º 0.41% 0.82% -
XYZ 44.45 32.38 59.78 -
YUV 158.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 210 124 202 0 0.41 0.04 0.18 305.58 0.49 0.65
Hex D2 7C CA 0 29 4 12 132 31 41
Octal 322 174 312 0 51 4 22 462 61 101
Binary 11010010 1111100 11001010 0 101001 100 10010 100110010 110001 1000001

Color Harmonies of #D27CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CCA

Black with #D27CCA

Text Example


Text Example

White with #D27CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CCA; }

 p { color: rgb(210,124,202); }

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

background-color css

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

 a { background-color: rgb(210,124,202); }

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

border-color css

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

 span { border-color: rgb(210,124,202); }

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