Html Css Color HEX #CB55FA Heliotrope

📋 copy color: '#CB55FA'

red 203 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #CB55FA

Tints of Heliotrope #CB55FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 37.73%
G = 15.8%
B = 46.47%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB55FA (or 0xCB55FA) is known color: Heliotrope. HEX triplet: CB, 55 and FA. RGB value is (203,85,250). Sum of RGB (Red+Green+Blue) = 203+85+250=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB55FA is #34AA05. Grayscale: #8A8A8A. Windows color (decimal): -3451398 or 16405963. OLE color: 16405963.

HSL color Cylindrical-coordinate representation of color #CB55FA: hue angle of 282.91º degrees, saturation: 0.94, 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 #CB55FA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 85 250 -
CMYK 0.19 0.66 0 0.02
HSL 282.91º 0.94% 0.66% -
HSV(B) 282.91º 0.66% 0.98% -
XYZ 45.13 26.1 93.1 -
YUV 139.09 190.59 173.58 -
System Red Green Blue C M Y K H S L
Decimal 203 85 250 0.19 0.66 0 0.02 282.91 0.94 0.66
Hex CB 55 FA 13 42 0 2 11B 5E 42
Octal 313 125 372 23 102 0 2 433 136 102
Binary 11001011 1010101 11111010 10011 1000010 0 10 100011011 1011110 1000010

Color Harmonies of #CB55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55FA

Black with #CB55FA

Text Example


Text Example

White with #CB55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55FA; }

 p { color: rgb(203,85,250); }

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

background-color css

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

 a { background-color: rgb(203,85,250); }

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

border-color css

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

 span { border-color: rgb(203,85,250); }

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