Html Css Color HEX #C369FB Heliotrope

📋 copy color: '#C369FB'

red 195 ◦ green 105 ◦ blue 251

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

Shades of Heliotrope #C369FB

Tints of Heliotrope #C369FB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.06%

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 35.39%
G = 19.06%
B = 45.55%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C369FB (or 0xC369FB) is known color: Heliotrope. HEX triplet: C3, 69 and FB. RGB value is (195,105,251). Sum of RGB (Red+Green+Blue) = 195+105+251=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #C369FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369FB is #3C9604. Grayscale: #949494. Windows color (decimal): -3970565 or 16476611. OLE color: 16476611.

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

Color convert

RGB 195 105 251 -
CMYK 0.22 0.58 0 0.02
HSL 276.99º 0.95% 0.7% -
HSV(B) 276.99º 0.58% 0.98% -
XYZ 44.97 28.67 94.43 -
YUV 148.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 195 105 251 0.22 0.58 0 0.02 276.99 0.95 0.7
Hex C3 69 FB 16 3A 0 2 115 5F 46
Octal 303 151 373 26 72 0 2 425 137 106
Binary 11000011 1101001 11111011 10110 111010 0 10 100010101 1011111 1000110

Color Harmonies of #C369FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369FB

Black with #C369FB

Text Example


Text Example

White with #C369FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369FB; }

 p { color: rgb(195,105,251); }

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

background-color css

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

 a { background-color: rgb(195,105,251); }

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

border-color css

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

 span { border-color: rgb(195,105,251); }

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