Html Css Color HEX #CB6BF0 Heliotrope

📋 copy color: '#CB6BF0'

red 203 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #CB6BF0

Tints of Heliotrope #CB6BF0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.45%

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

R = 36.91%
G = 19.45%
B = 43.64%

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

#CB6BF0 (or 0xCB6BF0) is known color: Heliotrope. HEX triplet: CB, 6B and F0. RGB value is (203,107,240). Sum of RGB (Red+Green+Blue) = 203+107+240=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6BF0 is #34940F. Grayscale: #969696. Windows color (decimal): -3445776 or 15756235. OLE color: 15756235.

HSL color Cylindrical-coordinate representation of color #CB6BF0: hue angle of 283.31º degrees, saturation: 0.82, 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 #CB6BF0 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 107 240 -
CMYK 0.15 0.55 0 0.06
HSL 283.31º 0.82% 0.68% -
HSV(B) 283.31º 0.55% 0.94% -
XYZ 45.61 29.5 85.73 -
YUV 150.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 203 107 240 0.15 0.55 0 0.06 283.31 0.82 0.68
Hex CB 6B F0 F 37 0 6 11B 52 44
Octal 313 153 360 17 67 0 6 433 122 104
Binary 11001011 1101011 11110000 1111 110111 0 110 100011011 1010010 1000100

Color Harmonies of #CB6BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6BF0

Black with #CB6BF0

Text Example


Text Example

White with #CB6BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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