Html Css Color HEX #C27EC9 Orchid

📋 copy color: '#C27EC9'

red 194 ◦ green 126 ◦ blue 201

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

Shades of Orchid #C27EC9

Tints of Orchid #C27EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.58%

R = 37.24%
G = 24.18%
B = 38.58%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C27EC9 (or 0xC27EC9) is known color: Orchid. HEX triplet: C2, 7E and C9. RGB value is (194,126,201). Sum of RGB (Red+Green+Blue) = 194+126+201=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #C27EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EC9 is #3D8136. Grayscale: #9A9A9A. Windows color (decimal): -4030775 or 13205186. OLE color: 13205186.

HSL color Cylindrical-coordinate representation of color #C27EC9: hue angle of 294.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27EC9 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 126 201 -
CMYK 0.03 0.37 0 0.21
HSL 294.4º 0.41% 0.64% -
HSV(B) 294.4º 0.37% 0.79% -
XYZ 40.25 30.61 59.04 -
YUV 154.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 194 126 201 0.03 0.37 0 0.21 294.4 0.41 0.64
Hex C2 7E C9 3 25 0 15 126 29 40
Octal 302 176 311 3 45 0 25 446 51 100
Binary 11000010 1111110 11001001 11 100101 0 10101 100100110 101001 1000000

Color Harmonies of #C27EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EC9

Black with #C27EC9

Text Example


Text Example

White with #C27EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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