Html Css Color HEX #CB66F0 Heliotrope

📋 copy color: '#CB66F0'

red 203 ◦ green 102 ◦ blue 240

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

Shades of Heliotrope #CB66F0

Tints of Heliotrope #CB66F0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.72%

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

R = 37.25%
G = 18.72%
B = 44.04%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB66F0 (or 0xCB66F0) is known color: Heliotrope. HEX triplet: CB, 66 and F0. RGB value is (203,102,240). Sum of RGB (Red+Green+Blue) = 203+102+240=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB66F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB66F0 is #34990F. Grayscale: #939393. Windows color (decimal): -3447056 or 15754955. OLE color: 15754955.

HSL color Cylindrical-coordinate representation of color #CB66F0: hue angle of 283.91º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB66F0 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 102 240 -
CMYK 0.15 0.58 0 0.06
HSL 283.91º 0.82% 0.67% -
HSV(B) 283.91º 0.58% 0.94% -
XYZ 45.11 28.49 85.56 -
YUV 147.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 203 102 240 0.15 0.58 0 0.06 283.91 0.82 0.67
Hex CB 66 F0 F 3A 0 6 11C 52 43
Octal 313 146 360 17 72 0 6 434 122 103
Binary 11001011 1100110 11110000 1111 111010 0 110 100011100 1010010 1000011

Color Harmonies of #CB66F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB66F0

Black with #CB66F0

Text Example


Text Example

White with #CB66F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB66F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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