Html Css Color HEX #CB75F1 Heliotrope

📋 copy color: '#CB75F1'

red 203 ◦ green 117 ◦ blue 241

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

Shades of Heliotrope #CB75F1

Tints of Heliotrope #CB75F1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.86%

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

R = 36.19%
G = 20.86%
B = 42.96%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB75F1 (or 0xCB75F1) is known color: Heliotrope. HEX triplet: CB, 75 and F1. RGB value is (203,117,241). Sum of RGB (Red+Green+Blue) = 203+117+241=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB75F1 is #348A0E. Grayscale: #9C9C9C. Windows color (decimal): -3443215 or 15824331. OLE color: 15824331.

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

Color convert

RGB 203 117 241 -
CMYK 0.16 0.51 0 0.05
HSL 281.61º 0.82% 0.7% -
HSV(B) 281.61º 0.51% 0.95% -
XYZ 46.87 31.77 86.88 -
YUV 156.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 203 117 241 0.16 0.51 0 0.05 281.61 0.82 0.7
Hex CB 75 F1 10 33 0 5 11A 52 46
Octal 313 165 361 20 63 0 5 432 122 106
Binary 11001011 1110101 11110001 10000 110011 0 101 100011010 1010010 1000110

Color Harmonies of #CB75F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75F1

Black with #CB75F1

Text Example


Text Example

White with #CB75F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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