Html Css Color HEX #C250FF Heliotrope

📋 copy color: '#C250FF'

red 194 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #C250FF

Tints of Heliotrope #C250FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.12%

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

R = 36.67%
G = 15.12%
B = 48.2%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C250FF (or 0xC250FF) is known color: Heliotrope. HEX triplet: C2, 50 and FF. RGB value is (194,80,255). Sum of RGB (Red+Green+Blue) = 194+80+255=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #C250FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C250FF is #3DAF00. Grayscale: #858585. Windows color (decimal): -4042497 or 16732354. OLE color: 16732354.

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

Color convert

RGB 194 80 255 -
CMYK 0.24 0.69 0 0
HSL 279.09º 1% 0.66% -
HSV(B) 279.09º 0.69% 1% -
XYZ 43.17 24.43 97.05 -
YUV 134.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 194 80 255 0.24 0.69 0 0 279.09 1 0.66
Hex C2 50 FF 18 45 0 0 117 64 42
Octal 302 120 377 30 105 0 0 427 144 102
Binary 11000010 1010000 11111111 11000 1000101 0 0 100010111 1100100 1000010

Color Harmonies of #C250FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250FF

Black with #C250FF

Text Example


Text Example

White with #C250FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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