Html Css Color HEX #C365FD Heliotrope

📋 copy color: '#C365FD'

red 195 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #C365FD

Tints of Heliotrope #C365FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.4%

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

R = 35.52%
G = 18.4%
B = 46.08%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C365FD (or 0xC365FD) is known color: Heliotrope. HEX triplet: C3, 65 and FD. RGB value is (195,101,253). Sum of RGB (Red+Green+Blue) = 195+101+253=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #C365FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C365FD is #3C9A02. Grayscale: #919191. Windows color (decimal): -3971587 or 16606659. OLE color: 16606659.

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

Color convert

RGB 195 101 253 -
CMYK 0.23 0.60 0 0.01
HSL 277.11º 0.97% 0.69% -
HSV(B) 277.11º 0.6% 0.99% -
XYZ 44.89 28 95.97 -
YUV 146.43 188.14 162.64 -
System Red Green Blue C M Y K H S L
Decimal 195 101 253 0.23 0.60 0 0.01 277.11 0.97 0.69
Hex C3 65 FD 17 3C 0 1 115 61 45
Octal 303 145 375 27 74 0 1 425 141 105
Binary 11000011 1100101 11111101 10111 111100 0 1 100010101 1100001 1000101

Color Harmonies of #C365FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365FD

Black with #C365FD

Text Example


Text Example

White with #C365FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365FD; }

 p { color: rgb(195,101,253); }

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

background-color css

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

 a { background-color: rgb(195,101,253); }

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

border-color css

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

 span { border-color: rgb(195,101,253); }

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