Html Css Color HEX #CB52FD Heliotrope

📋 copy color: '#CB52FD'

red 203 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #CB52FD

Tints of Heliotrope #CB52FD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.24%

 BLUE value IS 253 (99.22% from 255) = 47.03%

R = 37.73%
G = 15.24%
B = 47.03%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB52FD (or 0xCB52FD) is known color: Heliotrope. HEX triplet: CB, 52 and FD. RGB value is (203,82,253). Sum of RGB (Red+Green+Blue) = 203+82+253=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB52FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB52FD is #34AD02. Grayscale: #898989. Windows color (decimal): -3452163 or 16601803. OLE color: 16601803.

HSL color Cylindrical-coordinate representation of color #CB52FD: hue angle of 282.46º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB52FD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 82 253 -
CMYK 0.20 0.68 0 0.01
HSL 282.46º 0.98% 0.66% -
HSV(B) 282.46º 0.68% 0.99% -
XYZ 45.38 25.82 95.52 -
YUV 137.67 193.09 174.6 -
System Red Green Blue C M Y K H S L
Decimal 203 82 253 0.20 0.68 0 0.01 282.46 0.98 0.66
Hex CB 52 FD 14 44 0 1 11A 62 42
Octal 313 122 375 24 104 0 1 432 142 102
Binary 11001011 1010010 11111101 10100 1000100 0 1 100011010 1100010 1000010

Color Harmonies of #CB52FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52FD

Black with #CB52FD

Text Example


Text Example

White with #CB52FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52FD; }

 p { color: rgb(203,82,253); }

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

background-color css

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

 a { background-color: rgb(203,82,253); }

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

border-color css

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

 span { border-color: rgb(203,82,253); }

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