Html Css Color HEX #C27AC4 Orchid

📋 copy color: '#C27AC4'

red 194 ◦ green 122 ◦ blue 196

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

Shades of Orchid #C27AC4

Tints of Orchid #C27AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 37.89%
G = 23.83%
B = 38.28%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C27AC4 (or 0xC27AC4) is known color: Orchid. HEX triplet: C2, 7A and C4. RGB value is (194,122,196). Sum of RGB (Red+Green+Blue) = 194+122+196=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #C27AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AC4 is #3D853B. Grayscale: #979797. Windows color (decimal): -4031804 or 12876482. OLE color: 12876482.

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

Color convert

RGB 194 122 196 -
CMYK 0.01 0.38 0 0.23
HSL 298.38º 0.39% 0.62% -
HSV(B) 298.38º 0.38% 0.77% -
XYZ 39.17 29.37 55.83 -
YUV 151.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 194 122 196 0.01 0.38 0 0.23 298.38 0.39 0.62
Hex C2 7A C4 1 26 0 17 12A 27 3E
Octal 302 172 304 1 46 0 27 452 47 76
Binary 11000010 1111010 11000100 1 100110 0 10111 100101010 100111 111110

Color Harmonies of #C27AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AC4

Black with #C27AC4

Text Example


Text Example

White with #C27AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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