Html Css Color HEX #CB60F9 Heliotrope

📋 copy color: '#CB60F9'

red 203 ◦ green 96 ◦ blue 249

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

Shades of Heliotrope #CB60F9

Tints of Heliotrope #CB60F9

RGB

 RED value IS 203 (79.69% from 255) = 37.04%

 GREEN value IS 96 (37.89% from 255) = 17.52%

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 37.04%
G = 17.52%
B = 45.44%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB60F9 (or 0xCB60F9) is known color: Heliotrope. HEX triplet: CB, 60 and F9. RGB value is (203,96,249). Sum of RGB (Red+Green+Blue) = 203+96+249=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB60F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60F9 is #349F06. Grayscale: #909090. Windows color (decimal): -3448583 or 16343243. OLE color: 16343243.

HSL color Cylindrical-coordinate representation of color #CB60F9: hue angle of 281.96º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB60F9 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 96 249 -
CMYK 0.18 0.61 0 0.02
HSL 281.96º 0.93% 0.68% -
HSV(B) 281.96º 0.61% 0.98% -
XYZ 45.91 27.9 92.59 -
YUV 145.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 203 96 249 0.18 0.61 0 0.02 281.96 0.93 0.68
Hex CB 60 F9 12 3D 0 2 11A 5D 44
Octal 313 140 371 22 75 0 2 432 135 104
Binary 11001011 1100000 11111001 10010 111101 0 10 100011010 1011101 1000100

Color Harmonies of #CB60F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB60F9

Black with #CB60F9

Text Example


Text Example

White with #CB60F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB60F9; }

 p { color: rgb(203,96,249); }

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

background-color css

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

 a { background-color: rgb(203,96,249); }

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

border-color css

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

 span { border-color: rgb(203,96,249); }

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