Html Css Color HEX #C27CCE Orchid

📋 copy color: '#C27CCE'

red 194 ◦ green 124 ◦ blue 206

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

Shades of Orchid #C27CCE

Tints of Orchid #C27CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 37.02%
G = 23.66%
B = 39.31%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C27CCE (or 0xC27CCE) is known color: Orchid. HEX triplet: C2, 7C and CE. RGB value is (194,124,206). Sum of RGB (Red+Green+Blue) = 194+124+206=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #C27CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CCE is #3D8331. Grayscale: #9A9A9A. Windows color (decimal): -4031282 or 13532354. OLE color: 13532354.

HSL color Cylindrical-coordinate representation of color #C27CCE: hue angle of 291.22º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27CCE is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 124 206 -
CMYK 0.06 0.40 0 0.19
HSL 291.22º 0.46% 0.65% -
HSV(B) 291.22º 0.4% 0.81% -
XYZ 40.6 30.34 62.11 -
YUV 154.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 194 124 206 0.06 0.40 0 0.19 291.22 0.46 0.65
Hex C2 7C CE 6 28 0 13 123 2E 41
Octal 302 174 316 6 50 0 23 443 56 101
Binary 11000010 1111100 11001110 110 101000 0 10011 100100011 101110 1000001

Color Harmonies of #C27CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CCE

Black with #C27CCE

Text Example


Text Example

White with #C27CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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