Html Css Color HEX #C27FCE Orchid

📋 copy color: '#C27FCE'

red 194 ◦ green 127 ◦ blue 206

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

Shades of Orchid #C27FCE

Tints of Orchid #C27FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 24.1%

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

R = 36.81%
G = 24.1%
B = 39.09%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C27FCE (or 0xC27FCE) is known color: Orchid. HEX triplet: C2, 7F and CE. RGB value is (194,127,206). Sum of RGB (Red+Green+Blue) = 194+127+206=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C27FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FCE is #3D8031. Grayscale: #9B9B9B. Windows color (decimal): -4030514 or 13533122. OLE color: 13533122.

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

Color convert

RGB 194 127 206 -
CMYK 0.06 0.38 0 0.19
HSL 290.89º 0.45% 0.65% -
HSV(B) 290.89º 0.38% 0.81% -
XYZ 40.98 31.1 62.24 -
YUV 156.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 194 127 206 0.06 0.38 0 0.19 290.89 0.45 0.65
Hex C2 7F CE 6 26 0 13 123 2D 41
Octal 302 177 316 6 46 0 23 443 55 101
Binary 11000010 1111111 11001110 110 100110 0 10011 100100011 101101 1000001

Color Harmonies of #C27FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FCE

Black with #C27FCE

Text Example


Text Example

White with #C27FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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