Html Css Color HEX #C27FCA Orchid

📋 copy color: '#C27FCA'

red 194 ◦ green 127 ◦ blue 202

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

Shades of Orchid #C27FCA

Tints of Orchid #C27FCA

RGB

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

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

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

R = 37.09%
G = 24.28%
B = 38.62%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C27FCA (or 0xC27FCA) is known color: Orchid. HEX triplet: C2, 7F and CA. RGB value is (194,127,202). Sum of RGB (Red+Green+Blue) = 194+127+202=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FCA is #3D8035. Grayscale: #9B9B9B. Windows color (decimal): -4030518 or 13270978. OLE color: 13270978.

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

Color convert

RGB 194 127 202 -
CMYK 0.04 0.37 0 0.21
HSL 293.6º 0.41% 0.65% -
HSV(B) 293.6º 0.37% 0.79% -
XYZ 40.5 30.91 59.71 -
YUV 155.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 194 127 202 0.04 0.37 0 0.21 293.6 0.41 0.65
Hex C2 7F CA 4 25 0 15 126 29 41
Octal 302 177 312 4 45 0 25 446 51 101
Binary 11000010 1111111 11001010 100 100101 0 10101 100100110 101001 1000001

Color Harmonies of #C27FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FCA

Black with #C27FCA

Text Example


Text Example

White with #C27FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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