Html Css Color HEX #C275FD Heliotrope

📋 copy color: '#C275FD'

red 194 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #C275FD

Tints of Heliotrope #C275FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.74%

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

R = 34.4%
G = 20.74%
B = 44.86%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C275FD (or 0xC275FD) is known color: Heliotrope. HEX triplet: C2, 75 and FD. RGB value is (194,117,253). Sum of RGB (Red+Green+Blue) = 194+117+253=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #C275FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275FD is #3D8A02. Grayscale: #9B9B9B. Windows color (decimal): -4033027 or 16610754. OLE color: 16610754.

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

Color convert

RGB 194 117 253 -
CMYK 0.23 0.54 0 0.01
HSL 273.97º 0.97% 0.73% -
HSV(B) 273.97º 0.54% 0.99% -
XYZ 46.34 31.28 96.52 -
YUV 155.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 194 117 253 0.23 0.54 0 0.01 273.97 0.97 0.73
Hex C2 75 FD 17 36 0 1 112 61 49
Octal 302 165 375 27 66 0 1 422 141 111
Binary 11000010 1110101 11111101 10111 110110 0 1 100010010 1100001 1001001

Color Harmonies of #C275FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275FD

Black with #C275FD

Text Example


Text Example

White with #C275FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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