Html Css Color HEX #CB6CF1 Heliotrope

📋 copy color: '#CB6CF1'

red 203 ◦ green 108 ◦ blue 241

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

Shades of Heliotrope #CB6CF1

Tints of Heliotrope #CB6CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.57%

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

R = 36.78%
G = 19.57%
B = 43.66%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB6CF1 (or 0xCB6CF1) is known color: Heliotrope. HEX triplet: CB, 6C and F1. RGB value is (203,108,241). Sum of RGB (Red+Green+Blue) = 203+108+241=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CF1 is #34930E. Grayscale: #979797. Windows color (decimal): -3445519 or 15822027. OLE color: 15822027.

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

Color convert

RGB 203 108 241 -
CMYK 0.16 0.55 0 0.05
HSL 282.86º 0.83% 0.68% -
HSV(B) 282.86º 0.55% 0.95% -
XYZ 45.87 29.77 86.55 -
YUV 151.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 203 108 241 0.16 0.55 0 0.05 282.86 0.83 0.68
Hex CB 6C F1 10 37 0 5 11B 53 44
Octal 313 154 361 20 67 0 5 433 123 104
Binary 11001011 1101100 11110001 10000 110111 0 101 100011011 1010011 1000100

Color Harmonies of #CB6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6CF1

Black with #CB6CF1

Text Example


Text Example

White with #CB6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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