Html Css Color HEX #CB6DF0 Heliotrope

📋 copy color: '#CB6DF0'

red 203 ◦ green 109 ◦ blue 240

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

Shades of Heliotrope #CB6DF0

Tints of Heliotrope #CB6DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.75%

 BLUE value IS 240 (94.14% from 255) = 43.48%

R = 36.78%
G = 19.75%
B = 43.48%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB6DF0 (or 0xCB6DF0) is known color: Heliotrope. HEX triplet: CB, 6D and F0. RGB value is (203,109,240). Sum of RGB (Red+Green+Blue) = 203+109+240=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB6DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6DF0 is #34920F. Grayscale: #979797. Windows color (decimal): -3445264 or 15756747. OLE color: 15756747.

HSL color Cylindrical-coordinate representation of color #CB6DF0: hue angle of 283.05º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB6DF0 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 109 240 -
CMYK 0.15 0.55 0 0.06
HSL 283.05º 0.81% 0.68% -
HSV(B) 283.05º 0.55% 0.94% -
XYZ 45.83 29.93 85.8 -
YUV 152.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 203 109 240 0.15 0.55 0 0.06 283.05 0.81 0.68
Hex CB 6D F0 F 37 0 6 11B 51 44
Octal 313 155 360 17 67 0 6 433 121 104
Binary 11001011 1101101 11110000 1111 110111 0 110 100011011 1010001 1000100

Color Harmonies of #CB6DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DF0

Black with #CB6DF0

Text Example


Text Example

White with #CB6DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DF0; }

 p { color: rgb(203,109,240); }

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

background-color css

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

 a { background-color: rgb(203,109,240); }

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

border-color css

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

 span { border-color: rgb(203,109,240); }

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