Html Css Color HEX #C27ACA Orchid

📋 copy color: '#C27ACA'

red 194 ◦ green 122 ◦ blue 202

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

Shades of Orchid #C27ACA

Tints of Orchid #C27ACA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.55%

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

R = 37.45%
G = 23.55%
B = 39%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C27ACA (or 0xC27ACA) is known color: Orchid. HEX triplet: C2, 7A and CA. RGB value is (194,122,202). Sum of RGB (Red+Green+Blue) = 194+122+202=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ACA is #3D8535. Grayscale: #989898. Windows color (decimal): -4031798 or 13269698. OLE color: 13269698.

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

Color convert

RGB 194 122 202 -
CMYK 0.04 0.40 0 0.21
HSL 294º 0.43% 0.64% -
HSV(B) 294º 0.4% 0.79% -
XYZ 39.87 29.65 59.5 -
YUV 152.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 194 122 202 0.04 0.40 0 0.21 294 0.43 0.64
Hex C2 7A CA 4 28 0 15 126 2B 40
Octal 302 172 312 4 50 0 25 446 53 100
Binary 11000010 1111010 11001010 100 101000 0 10101 100100110 101011 1000000

Color Harmonies of #C27ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27ACA

Black with #C27ACA

Text Example


Text Example

White with #C27ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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