Html Css Color HEX #C255FF Heliotrope

📋 copy color: '#C255FF'

red 194 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #C255FF

Tints of Heliotrope #C255FF

RGB

 RED value IS 194 (76.17% from 255) = 36.33%

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

 BLUE value IS 255 (100% from 255) = 47.75%

R = 36.33%
G = 15.92%
B = 47.75%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C255FF (or 0xC255FF) is known color: Heliotrope. HEX triplet: C2, 55 and FF. RGB value is (194,85,255). Sum of RGB (Red+Green+Blue) = 194+85+255=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #C255FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255FF is #3DAA00. Grayscale: #888888. Windows color (decimal): -4041217 or 16733634. OLE color: 16733634.

HSL color Cylindrical-coordinate representation of color #C255FF: hue angle of 278.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C255FF is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 85 255 -
CMYK 0.24 0.67 0 0
HSL 278.47º 1% 0.67% -
HSV(B) 278.47º 0.67% 1% -
XYZ 43.55 25.19 97.17 -
YUV 136.97 194.61 168.68 -
System Red Green Blue C M Y K H S L
Decimal 194 85 255 0.24 0.67 0 0 278.47 1 0.67
Hex C2 55 FF 18 43 0 0 116 64 43
Octal 302 125 377 30 103 0 0 426 144 103
Binary 11000010 1010101 11111111 11000 1000011 0 0 100010110 1100100 1000011

Color Harmonies of #C255FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255FF

Black with #C255FF

Text Example


Text Example

White with #C255FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255FF; }

 p { color: rgb(194,85,255); }

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

background-color css

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

 a { background-color: rgb(194,85,255); }

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

border-color css

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

 span { border-color: rgb(194,85,255); }

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