Html Css Color HEX #CB5AF7 Heliotrope

📋 copy color: '#CB5AF7'

red 203 ◦ green 90 ◦ blue 247

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

Shades of Heliotrope #CB5AF7

Tints of Heliotrope #CB5AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.67%

 BLUE value IS 247 (96.88% from 255) = 45.74%

R = 37.59%
G = 16.67%
B = 45.74%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB5AF7 (or 0xCB5AF7) is known color: Heliotrope. HEX triplet: CB, 5A and F7. RGB value is (203,90,247). Sum of RGB (Red+Green+Blue) = 203+90+247=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB5AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5AF7 is #34A508. Grayscale: #8D8D8D. Windows color (decimal): -3450121 or 16210635. OLE color: 16210635.

HSL color Cylindrical-coordinate representation of color #CB5AF7: hue angle of 283.18º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB5AF7 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 90 247 -
CMYK 0.18 0.64 0 0.03
HSL 283.18º 0.91% 0.66% -
HSV(B) 283.18º 0.64% 0.97% -
XYZ 45.07 26.72 90.78 -
YUV 141.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 203 90 247 0.18 0.64 0 0.03 283.18 0.91 0.66
Hex CB 5A F7 12 40 0 3 11B 5B 42
Octal 313 132 367 22 100 0 3 433 133 102
Binary 11001011 1011010 11110111 10010 1000000 0 11 100011011 1011011 1000010

Color Harmonies of #CB5AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5AF7

Black with #CB5AF7

Text Example


Text Example

White with #CB5AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5AF7; }

 p { color: rgb(203,90,247); }

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

background-color css

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

 a { background-color: rgb(203,90,247); }

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

border-color css

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

 span { border-color: rgb(203,90,247); }

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