Html Css Color HEX #C27AFD Heliotrope

📋 copy color: '#C27AFD'

red 194 ◦ green 122 ◦ blue 253

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

Shades of Heliotrope #C27AFD

Tints of Heliotrope #C27AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 34.09%
G = 21.44%
B = 44.46%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C27AFD (or 0xC27AFD) is known color: Heliotrope. HEX triplet: C2, 7A and FD. RGB value is (194,122,253). Sum of RGB (Red+Green+Blue) = 194+122+253=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #C27AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AFD is #3D8502. Grayscale: #9E9E9E. Windows color (decimal): -4031747 or 16612034. OLE color: 16612034.

HSL color Cylindrical-coordinate representation of color #C27AFD: hue angle of 272.98º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C27AFD is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 122 253 -
CMYK 0.23 0.52 0 0.01
HSL 272.98º 0.97% 0.74% -
HSV(B) 272.98º 0.52% 0.99% -
XYZ 46.94 32.48 96.72 -
YUV 158.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 194 122 253 0.23 0.52 0 0.01 272.98 0.97 0.74
Hex C2 7A FD 17 34 0 1 111 61 4A
Octal 302 172 375 27 64 0 1 421 141 112
Binary 11000010 1111010 11111101 10111 110100 0 1 100010001 1100001 1001010

Color Harmonies of #C27AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27AFD

Black with #C27AFD

Text Example


Text Example

White with #C27AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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