Html Css Color HEX #C27EC1 Orchid

📋 copy color: '#C27EC1'

red 194 ◦ green 126 ◦ blue 193

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

Shades of Orchid #C27EC1

Tints of Orchid #C27EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.56%

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 37.82%
G = 24.56%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C27EC1 (or 0xC27EC1) is known color: Orchid. HEX triplet: C2, 7E and C1. RGB value is (194,126,193). Sum of RGB (Red+Green+Blue) = 194+126+193=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EC1 is #3D813E. Grayscale: #999999. Windows color (decimal): -4030783 or 12680898. OLE color: 12680898.

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

Color convert

RGB 194 126 193 -
CMYK 0 0.35 0.01 0.24
HSL 300.88º 0.36% 0.63% -
HSV(B) 300.88º 0.35% 0.76% -
XYZ 39.33 30.24 54.22 -
YUV 153.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 194 126 193 0 0.35 0.01 0.24 300.88 0.36 0.63
Hex C2 7E C1 0 23 1 18 12D 24 3F
Octal 302 176 301 0 43 1 30 455 44 77
Binary 11000010 1111110 11000001 0 100011 1 11000 100101101 100100 111111

Color Harmonies of #C27EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EC1

Black with #C27EC1

Text Example


Text Example

White with #C27EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EC1; }

 p { color: rgb(194,126,193); }

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

background-color css

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

 a { background-color: rgb(194,126,193); }

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

border-color css

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

 span { border-color: rgb(194,126,193); }

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