Html Css Color HEX #C27AC3 Orchid

📋 copy color: '#C27AC3'

red 194 ◦ green 122 ◦ blue 195

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

Shades of Orchid #C27AC3

Tints of Orchid #C27AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 37.96%
G = 23.87%
B = 38.16%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C27AC3 (or 0xC27AC3) is known color: Orchid. HEX triplet: C2, 7A and C3. RGB value is (194,122,195). Sum of RGB (Red+Green+Blue) = 194+122+195=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #C27AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AC3 is #3D853C. Grayscale: #979797. Windows color (decimal): -4031805 or 12810946. OLE color: 12810946.

HSL color Cylindrical-coordinate representation of color #C27AC3: hue angle of 299.18º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27AC3 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 122 195 -
CMYK 0.01 0.37 0 0.24
HSL 299.18º 0.38% 0.62% -
HSV(B) 299.18º 0.37% 0.76% -
XYZ 39.06 29.33 55.23 -
YUV 151.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 194 122 195 0.01 0.37 0 0.24 299.18 0.38 0.62
Hex C2 7A C3 1 25 0 18 12B 26 3E
Octal 302 172 303 1 45 0 30 453 46 76
Binary 11000010 1111010 11000011 1 100101 0 11000 100101011 100110 111110

Color Harmonies of #C27AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AC3

Black with #C27AC3

Text Example


Text Example

White with #C27AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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