Html Css Color HEX #C755FB Heliotrope

📋 copy color: '#C755FB'

red 199 ◦ green 85 ◦ blue 251

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

Shades of Heliotrope #C755FB

Tints of Heliotrope #C755FB

RGB

 RED value IS 199 (78.13% from 255) = 37.2%

 GREEN value IS 85 (33.59% from 255) = 15.89%

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

R = 37.2%
G = 15.89%
B = 46.92%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C755FB (or 0xC755FB) is known color: Heliotrope. HEX triplet: C7, 55 and FB. RGB value is (199,85,251). Sum of RGB (Red+Green+Blue) = 199+85+251=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #C755FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C755FB is #38AA04. Grayscale: #898989. Windows color (decimal): -3713541 or 16471495. OLE color: 16471495.

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

Color convert

RGB 199 85 251 -
CMYK 0.21 0.66 0 0.02
HSL 281.2º 0.95% 0.66% -
HSV(B) 281.2º 0.66% 0.98% -
XYZ 44.21 25.6 93.88 -
YUV 138.01 191.77 171.5 -
System Red Green Blue C M Y K H S L
Decimal 199 85 251 0.21 0.66 0 0.02 281.2 0.95 0.66
Hex C7 55 FB 15 42 0 2 119 5F 42
Octal 307 125 373 25 102 0 2 431 137 102
Binary 11000111 1010101 11111011 10101 1000010 0 10 100011001 1011111 1000010

Color Harmonies of #C755FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755FB

Black with #C755FB

Text Example


Text Example

White with #C755FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755FB; }

 p { color: rgb(199,85,251); }

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

background-color css

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

 a { background-color: rgb(199,85,251); }

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

border-color css

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

 span { border-color: rgb(199,85,251); }

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