Html Css Color HEX #D27CCD Orchid

📋 copy color: '#D27CCD'

red 210 ◦ green 124 ◦ blue 205

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

Shades of Orchid #D27CCD

Tints of Orchid #D27CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 38.96%
G = 23.01%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D27CCD (or 0xD27CCD) is known color: Orchid. HEX triplet: D2, 7C and CD. RGB value is (210,124,205). Sum of RGB (Red+Green+Blue) = 210+124+205=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CCD is #2D8332. Grayscale: #9E9E9E. Windows color (decimal): -2982707 or 13466834. OLE color: 13466834.

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

Color convert

RGB 210 124 205 -
CMYK 0 0.41 0.02 0.18
HSL 303.49º 0.49% 0.65% -
HSV(B) 303.49º 0.41% 0.82% -
XYZ 44.81 32.52 61.67 -
YUV 158.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 210 124 205 0 0.41 0.02 0.18 303.49 0.49 0.65
Hex D2 7C CD 0 29 2 12 12F 31 41
Octal 322 174 315 0 51 2 22 457 61 101
Binary 11010010 1111100 11001101 0 101001 10 10010 100101111 110001 1000001

Color Harmonies of #D27CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CCD

Black with #D27CCD

Text Example


Text Example

White with #D27CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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