Html Css Color HEX #C27ECA Orchid

📋 copy color: '#C27ECA'

red 194 ◦ green 126 ◦ blue 202

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

Shades of Orchid #C27ECA

Tints of Orchid #C27ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 37.16%
G = 24.14%
B = 38.7%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C27ECA (or 0xC27ECA) is known color: Orchid. HEX triplet: C2, 7E and CA. RGB value is (194,126,202). Sum of RGB (Red+Green+Blue) = 194+126+202=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ECA is #3D8135. Grayscale: #9A9A9A. Windows color (decimal): -4030774 or 13270722. OLE color: 13270722.

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

Color convert

RGB 194 126 202 -
CMYK 0.04 0.38 0 0.21
HSL 293.68º 0.42% 0.64% -
HSV(B) 293.68º 0.38% 0.79% -
XYZ 40.37 30.66 59.67 -
YUV 155 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 194 126 202 0.04 0.38 0 0.21 293.68 0.42 0.64
Hex C2 7E CA 4 26 0 15 126 2A 40
Octal 302 176 312 4 46 0 25 446 52 100
Binary 11000010 1111110 11001010 100 100110 0 10101 100100110 101010 1000000

Color Harmonies of #C27ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27ECA

Black with #C27ECA

Text Example


Text Example

White with #C27ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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