Html Css Color HEX #C385FB Heliotrope

📋 copy color: '#C385FB'

red 195 ◦ green 133 ◦ blue 251

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

Shades of Heliotrope #C385FB

Tints of Heliotrope #C385FB

RGB

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

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

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

R = 33.68%
G = 22.97%
B = 43.35%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C385FB (or 0xC385FB) is known color: Heliotrope. HEX triplet: C3, 85 and FB. RGB value is (195,133,251). Sum of RGB (Red+Green+Blue) = 195+133+251=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #C385FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385FB is #3C7A04. Grayscale: #A4A4A4. Windows color (decimal): -3963397 or 16483779. OLE color: 16483779.

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

Color convert

RGB 195 133 251 -
CMYK 0.22 0.47 0 0.02
HSL 271.53º 0.94% 0.75% -
HSV(B) 271.53º 0.47% 0.98% -
XYZ 48.31 35.34 95.54 -
YUV 164.99 176.54 149.41 -
System Red Green Blue C M Y K H S L
Decimal 195 133 251 0.22 0.47 0 0.02 271.53 0.94 0.75
Hex C3 85 FB 16 2F 0 2 110 5E 4B
Octal 303 205 373 26 57 0 2 420 136 113
Binary 11000011 10000101 11111011 10110 101111 0 10 100010000 1011110 1001011

Color Harmonies of #C385FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385FB

Black with #C385FB

Text Example


Text Example

White with #C385FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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