Html Css Color HEX #C362FF Heliotrope

📋 copy color: '#C362FF'

red 195 ◦ green 98 ◦ blue 255

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

Shades of Heliotrope #C362FF

Tints of Heliotrope #C362FF

RGB

 RED value IS 195 (76.56% from 255) = 35.58%

 GREEN value IS 98 (38.67% from 255) = 17.88%

 BLUE value IS 255 (100% from 255) = 46.53%

R = 35.58%
G = 17.88%
B = 46.53%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C362FF (or 0xC362FF) is known color: Heliotrope. HEX triplet: C3, 62 and FF. RGB value is (195,98,255). Sum of RGB (Red+Green+Blue) = 195+98+255=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 98 (38.67% from 255 or 17.88% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #C362FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C362FF is #3C9D00. Grayscale: #909090. Windows color (decimal): -3972353 or 16736963. OLE color: 16736963.

HSL color Cylindrical-coordinate representation of color #C362FF: hue angle of 277.07º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C362FF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 98 255 -
CMYK 0.24 0.62 0 0
HSL 277.07º 1% 0.69% -
HSV(B) 277.07º 0.62% 1% -
XYZ 44.92 27.56 97.56 -
YUV 144.9 190.14 163.73 -
System Red Green Blue C M Y K H S L
Decimal 195 98 255 0.24 0.62 0 0 277.07 1 0.69
Hex C3 62 FF 18 3E 0 0 115 64 45
Octal 303 142 377 30 76 0 0 425 144 105
Binary 11000011 1100010 11111111 11000 111110 0 0 100010101 1100100 1000101

Color Harmonies of #C362FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362FF

Black with #C362FF

Text Example


Text Example

White with #C362FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362FF; }

 p { color: rgb(195,98,255); }

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

background-color css

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

 a { background-color: rgb(195,98,255); }

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

border-color css

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

 span { border-color: rgb(195,98,255); }

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