Html Css Color HEX #C368FF Heliotrope

📋 copy color: '#C368FF'

red 195 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #C368FF

Tints of Heliotrope #C368FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.77%

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

R = 35.2%
G = 18.77%
B = 46.03%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C368FF (or 0xC368FF) is known color: Heliotrope. HEX triplet: C3, 68 and FF. RGB value is (195,104,255). Sum of RGB (Red+Green+Blue) = 195+104+255=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #C368FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368FF is #3C9700. Grayscale: #939393. Windows color (decimal): -3970817 or 16738499. OLE color: 16738499.

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

Color convert

RGB 195 104 255 -
CMYK 0.24 0.59 0 0
HSL 276.16º 1% 0.7% -
HSV(B) 276.16º 0.59% 1% -
XYZ 45.51 28.72 97.75 -
YUV 148.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 195 104 255 0.24 0.59 0 0 276.16 1 0.7
Hex C3 68 FF 18 3B 0 0 114 64 46
Octal 303 150 377 30 73 0 0 424 144 106
Binary 11000011 1101000 11111111 11000 111011 0 0 100010100 1100100 1000110

Color Harmonies of #C368FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368FF

Black with #C368FF

Text Example


Text Example

White with #C368FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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