Html Css Color HEX #CB62F1 Heliotrope

📋 copy color: '#CB62F1'

red 203 ◦ green 98 ◦ blue 241

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

Shades of Heliotrope #CB62F1

Tints of Heliotrope #CB62F1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.08%

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 37.45%
G = 18.08%
B = 44.46%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB62F1 (or 0xCB62F1) is known color: Heliotrope. HEX triplet: CB, 62 and F1. RGB value is (203,98,241). Sum of RGB (Red+Green+Blue) = 203+98+241=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB62F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB62F1 is #349D0E. Grayscale: #919191. Windows color (decimal): -3448079 or 15819467. OLE color: 15819467.

HSL color Cylindrical-coordinate representation of color #CB62F1: hue angle of 284.06º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB62F1 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 98 241 -
CMYK 0.16 0.59 0 0.05
HSL 284.06º 0.84% 0.66% -
HSV(B) 284.06º 0.59% 0.95% -
XYZ 44.87 27.78 86.22 -
YUV 145.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 203 98 241 0.16 0.59 0 0.05 284.06 0.84 0.66
Hex CB 62 F1 10 3B 0 5 11C 54 42
Octal 313 142 361 20 73 0 5 434 124 102
Binary 11001011 1100010 11110001 10000 111011 0 101 100011100 1010100 1000010

Color Harmonies of #CB62F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB62F1

Black with #CB62F1

Text Example


Text Example

White with #CB62F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB62F1; }

 p { color: rgb(203,98,241); }

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

background-color css

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

 a { background-color: rgb(203,98,241); }

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

border-color css

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

 span { border-color: rgb(203,98,241); }

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