Html Css Color HEX #C385FE Heliotrope

📋 copy color: '#C385FE'

red 195 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #C385FE

Tints of Heliotrope #C385FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.85%

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 33.51%
G = 22.85%
B = 43.64%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C385FE (or 0xC385FE) is known color: Heliotrope. HEX triplet: C3, 85 and FE. RGB value is (195,133,254). Sum of RGB (Red+Green+Blue) = 195+133+254=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #C385FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385FE is #3C7A01. Grayscale: #A4A4A4. Windows color (decimal): -3963394 or 16680387. OLE color: 16680387.

HSL color Cylindrical-coordinate representation of color #C385FE: hue angle of 270.74º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C385FE is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 133 254 -
CMYK 0.23 0.48 0 0.00
HSL 270.74º 0.98% 0.76% -
HSV(B) 270.74º 0.48% 1% -
XYZ 48.78 35.53 98.05 -
YUV 165.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 195 133 254 0.23 0.48 0 0.00 270.74 0.98 0.76
Hex C3 85 FE 17 30 0 0 10F 62 4C
Octal 303 205 376 27 60 0 0 417 142 114
Binary 11000011 10000101 11111110 10111 110000 0 0 100001111 1100010 1001100

Color Harmonies of #C385FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385FE

Black with #C385FE

Text Example


Text Example

White with #C385FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385FE; }

 p { color: rgb(195,133,254); }

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

background-color css

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

 a { background-color: rgb(195,133,254); }

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

border-color css

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

 span { border-color: rgb(195,133,254); }

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