Html Css Color HEX #CB7AF1 Heliotrope

📋 copy color: '#CB7AF1'

red 203 ◦ green 122 ◦ blue 241

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

Shades of Heliotrope #CB7AF1

Tints of Heliotrope #CB7AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.55%

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

R = 35.87%
G = 21.55%
B = 42.58%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB7AF1 (or 0xCB7AF1) is known color: Heliotrope. HEX triplet: CB, 7A and F1. RGB value is (203,122,241). Sum of RGB (Red+Green+Blue) = 203+122+241=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB7AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7AF1 is #34850E. Grayscale: #9F9F9F. Windows color (decimal): -3441935 or 15825611. OLE color: 15825611.

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

Color convert

RGB 203 122 241 -
CMYK 0.16 0.49 0 0.05
HSL 280.84º 0.81% 0.71% -
HSV(B) 280.84º 0.49% 0.95% -
XYZ 47.47 32.97 87.08 -
YUV 159.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 203 122 241 0.16 0.49 0 0.05 280.84 0.81 0.71
Hex CB 7A F1 10 31 0 5 119 51 47
Octal 313 172 361 20 61 0 5 431 121 107
Binary 11001011 1111010 11110001 10000 110001 0 101 100011001 1010001 1000111

Color Harmonies of #CB7AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7AF1

Black with #CB7AF1

Text Example


Text Example

White with #CB7AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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