Html Css Color HEX #CB53FA Heliotrope

📋 copy color: '#CB53FA'

red 203 ◦ green 83 ◦ blue 250

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

Shades of Heliotrope #CB53FA

Tints of Heliotrope #CB53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.49%

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

R = 37.87%
G = 15.49%
B = 46.64%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB53FA (or 0xCB53FA) is known color: Heliotrope. HEX triplet: CB, 53 and FA. RGB value is (203,83,250). Sum of RGB (Red+Green+Blue) = 203+83+250=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB53FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB53FA is #34AC05. Grayscale: #898989. Windows color (decimal): -3451910 or 16405451. OLE color: 16405451.

HSL color Cylindrical-coordinate representation of color #CB53FA: hue angle of 283.11º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB53FA is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 83 250 -
CMYK 0.19 0.67 0 0.02
HSL 283.11º 0.94% 0.65% -
HSV(B) 283.11º 0.67% 0.98% -
XYZ 44.98 25.79 93.05 -
YUV 137.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 203 83 250 0.19 0.67 0 0.02 283.11 0.94 0.65
Hex CB 53 FA 13 43 0 2 11B 5E 41
Octal 313 123 372 23 103 0 2 433 136 101
Binary 11001011 1010011 11111010 10011 1000011 0 10 100011011 1011110 1000001

Color Harmonies of #CB53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB53FA

Black with #CB53FA

Text Example


Text Example

White with #CB53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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