Html Css Color HEX #C27CCA Orchid

📋 copy color: '#C27CCA'

red 194 ◦ green 124 ◦ blue 202

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

Shades of Orchid #C27CCA

Tints of Orchid #C27CCA

RGB

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

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

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

R = 37.31%
G = 23.85%
B = 38.85%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C27CCA (or 0xC27CCA) is known color: Orchid. HEX triplet: C2, 7C and CA. RGB value is (194,124,202). Sum of RGB (Red+Green+Blue) = 194+124+202=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CCA is #3D8335. Grayscale: #999999. Windows color (decimal): -4031286 or 13270210. OLE color: 13270210.

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

Color convert

RGB 194 124 202 -
CMYK 0.04 0.39 0 0.21
HSL 293.85º 0.42% 0.64% -
HSV(B) 293.85º 0.39% 0.79% -
XYZ 40.12 30.15 59.58 -
YUV 153.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 194 124 202 0.04 0.39 0 0.21 293.85 0.42 0.64
Hex C2 7C CA 4 27 0 15 126 2A 40
Octal 302 174 312 4 47 0 25 446 52 100
Binary 11000010 1111100 11001010 100 100111 0 10101 100100110 101010 1000000

Color Harmonies of #C27CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CCA

Black with #C27CCA

Text Example


Text Example

White with #C27CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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