Html Css Color HEX #C27BFA Heliotrope

📋 copy color: '#C27BFA'

red 194 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #C27BFA

Tints of Heliotrope #C27BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.69%

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 34.22%
G = 21.69%
B = 44.09%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C27BFA (or 0xC27BFA) is known color: Heliotrope. HEX triplet: C2, 7B and FA. RGB value is (194,123,250). Sum of RGB (Red+Green+Blue) = 194+123+250=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #C27BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27BFA is #3D8405. Grayscale: #9E9E9E. Windows color (decimal): -4031494 or 16415682. OLE color: 16415682.

HSL color Cylindrical-coordinate representation of color #C27BFA: hue angle of 273.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C27BFA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 123 250 -
CMYK 0.22 0.51 0 0.02
HSL 273.54º 0.93% 0.73% -
HSV(B) 273.54º 0.51% 0.98% -
XYZ 46.59 32.54 94.27 -
YUV 158.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 194 123 250 0.22 0.51 0 0.02 273.54 0.93 0.73
Hex C2 7B FA 16 33 0 2 112 5D 49
Octal 302 173 372 26 63 0 2 422 135 111
Binary 11000010 1111011 11111010 10110 110011 0 10 100010010 1011101 1001001

Color Harmonies of #C27BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BFA

Black with #C27BFA

Text Example


Text Example

White with #C27BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BFA; }

 p { color: rgb(194,123,250); }

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

background-color css

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

 a { background-color: rgb(194,123,250); }

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

border-color css

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

 span { border-color: rgb(194,123,250); }

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