Html Css Color HEX #C27DC0 Orchid

📋 copy color: '#C27DC0'

red 194 ◦ green 125 ◦ blue 192

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

Shades of Orchid #C27DC0

Tints of Orchid #C27DC0

RGB

 RED value IS 194 (76.17% from 255) = 37.96%

 GREEN value IS 125 (49.22% from 255) = 24.46%

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 37.96%
G = 24.46%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C27DC0 (or 0xC27DC0) is known color: Orchid. HEX triplet: C2, 7D and C0. RGB value is (194,125,192). Sum of RGB (Red+Green+Blue) = 194+125+192=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DC0 is #3D823F. Grayscale: #999999. Windows color (decimal): -4031040 or 12615106. OLE color: 12615106.

HSL color Cylindrical-coordinate representation of color #C27DC0: hue angle of 301.74º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DC0 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 192 -
CMYK 0 0.36 0.01 0.24
HSL 301.74º 0.36% 0.63% -
HSV(B) 301.74º 0.36% 0.76% -
XYZ 39.1 29.94 53.59 -
YUV 153.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 194 125 192 0 0.36 0.01 0.24 301.74 0.36 0.63
Hex C2 7D C0 0 24 1 18 12E 24 3F
Octal 302 175 300 0 44 1 30 456 44 77
Binary 11000010 1111101 11000000 0 100100 1 11000 100101110 100100 111111

Color Harmonies of #C27DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DC0

Black with #C27DC0

Text Example


Text Example

White with #C27DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DC0; }

 p { color: rgb(194,125,192); }

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

background-color css

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

 a { background-color: rgb(194,125,192); }

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

border-color css

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

 span { border-color: rgb(194,125,192); }

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