Html Css Color HEX #C27DFD Heliotrope

📋 copy color: '#C27DFD'

red 194 ◦ green 125 ◦ blue 253

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

Shades of Heliotrope #C27DFD

Tints of Heliotrope #C27DFD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.85%

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

R = 33.92%
G = 21.85%
B = 44.23%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C27DFD (or 0xC27DFD) is known color: Heliotrope. HEX triplet: C2, 7D and FD. RGB value is (194,125,253). Sum of RGB (Red+Green+Blue) = 194+125+253=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #C27DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DFD is #3D8202. Grayscale: #9F9F9F. Windows color (decimal): -4030979 or 16612802. OLE color: 16612802.

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

Color convert

RGB 194 125 253 -
CMYK 0.23 0.51 0 0.01
HSL 272.34º 0.97% 0.74% -
HSV(B) 272.34º 0.51% 0.99% -
XYZ 47.31 33.23 96.85 -
YUV 160.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 194 125 253 0.23 0.51 0 0.01 272.34 0.97 0.74
Hex C2 7D FD 17 33 0 1 110 61 4A
Octal 302 175 375 27 63 0 1 420 141 112
Binary 11000010 1111101 11111101 10111 110011 0 1 100010000 1100001 1001010

Color Harmonies of #C27DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DFD

Black with #C27DFD

Text Example


Text Example

White with #C27DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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