Html Css Color HEX #D27CCC Orchid

📋 copy color: '#D27CCC'

red 210 ◦ green 124 ◦ blue 204

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

Shades of Orchid #D27CCC

Tints of Orchid #D27CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 39.03%
G = 23.05%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D27CCC (or 0xD27CCC) is known color: Orchid. HEX triplet: D2, 7C and CC. RGB value is (210,124,204). Sum of RGB (Red+Green+Blue) = 210+124+204=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CCC is #2D8333. Grayscale: #9E9E9E. Windows color (decimal): -2982708 or 13401298. OLE color: 13401298.

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

Color convert

RGB 210 124 204 -
CMYK 0 0.41 0.03 0.18
HSL 304.19º 0.49% 0.65% -
HSV(B) 304.19º 0.41% 0.82% -
XYZ 44.69 32.48 61.04 -
YUV 158.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 210 124 204 0 0.41 0.03 0.18 304.19 0.49 0.65
Hex D2 7C CC 0 29 3 12 130 31 41
Octal 322 174 314 0 51 3 22 460 61 101
Binary 11010010 1111100 11001100 0 101001 11 10010 100110000 110001 1000001

Color Harmonies of #D27CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CCC

Black with #D27CCC

Text Example


Text Example

White with #D27CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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