Html Css Color HEX #C27CC1 Orchid

📋 copy color: '#C27CC1'

red 194 ◦ green 124 ◦ blue 193

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

Shades of Orchid #C27CC1

Tints of Orchid #C27CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.27%

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

R = 37.96%
G = 24.27%
B = 37.77%

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

#C27CC1 (or 0xC27CC1) is known color: Orchid. HEX triplet: C2, 7C and C1. RGB value is (194,124,193). Sum of RGB (Red+Green+Blue) = 194+124+193=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CC1 is #3D833E. Grayscale: #989898. Windows color (decimal): -4031295 or 12680386. OLE color: 12680386.

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

Color convert

RGB 194 124 193 -
CMYK 0 0.36 0.01 0.24
HSL 300.86º 0.36% 0.62% -
HSV(B) 300.86º 0.36% 0.76% -
XYZ 39.08 29.73 54.13 -
YUV 152.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 194 124 193 0 0.36 0.01 0.24 300.86 0.36 0.62
Hex C2 7C C1 0 24 1 18 12D 24 3E
Octal 302 174 301 0 44 1 30 455 44 76
Binary 11000010 1111100 11000001 0 100100 1 11000 100101101 100100 111110

Color Harmonies of #C27CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CC1

Black with #C27CC1

Text Example


Text Example

White with #C27CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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