Html Css Color HEX #C27ECC Orchid

📋 copy color: '#C27ECC'

red 194 ◦ green 126 ◦ blue 204

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

Shades of Orchid #C27ECC

Tints of Orchid #C27ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 37.02%
G = 24.05%
B = 38.93%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C27ECC (or 0xC27ECC) is known color: Orchid. HEX triplet: C2, 7E and CC. RGB value is (194,126,204). Sum of RGB (Red+Green+Blue) = 194+126+204=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #C27ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ECC is #3D8133. Grayscale: #9A9A9A. Windows color (decimal): -4030772 or 13401794. OLE color: 13401794.

HSL color Cylindrical-coordinate representation of color #C27ECC: hue angle of 292.31º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27ECC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 126 204 -
CMYK 0.05 0.38 0 0.2
HSL 292.31º 0.43% 0.65% -
HSV(B) 292.31º 0.38% 0.8% -
XYZ 40.61 30.75 60.92 -
YUV 155.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 194 126 204 0.05 0.38 0 0.2 292.31 0.43 0.65
Hex C2 7E CC 5 26 0 14 124 2B 41
Octal 302 176 314 5 46 0 24 444 53 101
Binary 11000010 1111110 11001100 101 100110 0 10100 100100100 101011 1000001

Color Harmonies of #C27ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27ECC

Black with #C27ECC

Text Example


Text Example

White with #C27ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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