Html Css Color HEX #D27FC4 Orchid

📋 copy color: '#D27FC4'

red 210 ◦ green 127 ◦ blue 196

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

Shades of Orchid #D27FC4

Tints of Orchid #D27FC4

RGB

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

 GREEN value IS 127 (50% from 255) = 23.83%

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

R = 39.4%
G = 23.83%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D27FC4 (or 0xD27FC4) is known color: Orchid. HEX triplet: D2, 7F and C4. RGB value is (210,127,196). Sum of RGB (Red+Green+Blue) = 210+127+196=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FC4 is #2D803B. Grayscale: #9F9F9F. Windows color (decimal): -2981948 or 12877778. OLE color: 12877778.

HSL color Cylindrical-coordinate representation of color #D27FC4: hue angle of 310.12º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27FC4 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 127 196 -
CMYK 0 0.40 0.07 0.18
HSL 310.12º 0.48% 0.66% -
HSV(B) 310.12º 0.4% 0.82% -
XYZ 44.13 32.87 56.24 -
YUV 159.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 210 127 196 0 0.40 0.07 0.18 310.12 0.48 0.66
Hex D2 7F C4 0 28 7 12 136 30 42
Octal 322 177 304 0 50 7 22 466 60 102
Binary 11010010 1111111 11000100 0 101000 111 10010 100110110 110000 1000010

Color Harmonies of #D27FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FC4

Black with #D27FC4

Text Example


Text Example

White with #D27FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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