Html Css Color HEX #C485FF Heliotrope

📋 copy color: '#C485FF'

red 196 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #C485FF

Tints of Heliotrope #C485FF

RGB

 RED value IS 196 (76.95% from 255) = 33.56%

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

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

R = 33.56%
G = 22.77%
B = 43.66%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C485FF (or 0xC485FF) is known color: Heliotrope. HEX triplet: C4, 85 and FF. RGB value is (196,133,255). Sum of RGB (Red+Green+Blue) = 196+133+255=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #C485FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C485FF is #3B7A00. Grayscale: #A5A5A5. Windows color (decimal): -3897857 or 16745924. OLE color: 16745924.

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

Color convert

RGB 196 133 255 -
CMYK 0.23 0.48 0 0
HSL 270.98º 1% 0.76% -
HSV(B) 270.98º 0.48% 1% -
XYZ 49.2 35.73 98.91 -
YUV 165.75 178.37 149.58 -
System Red Green Blue C M Y K H S L
Decimal 196 133 255 0.23 0.48 0 0 270.98 1 0.76
Hex C4 85 FF 17 30 0 0 10F 64 4C
Octal 304 205 377 27 60 0 0 417 144 114
Binary 11000100 10000101 11111111 10111 110000 0 0 100001111 1100100 1001100

Color Harmonies of #C485FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485FF

Black with #C485FF

Text Example


Text Example

White with #C485FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485FF; }

 p { color: rgb(196,133,255); }

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

background-color css

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

 a { background-color: rgb(196,133,255); }

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

border-color css

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

 span { border-color: rgb(196,133,255); }

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