Html Css Color HEX #CB7CF7 Heliotrope

📋 copy color: '#CB7CF7'

red 203 ◦ green 124 ◦ blue 247

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

Shades of Heliotrope #CB7CF7

Tints of Heliotrope #CB7CF7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.6%

 BLUE value IS 247 (96.88% from 255) = 43.03%

R = 35.37%
G = 21.6%
B = 43.03%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB7CF7 (or 0xCB7CF7) is known color: Heliotrope. HEX triplet: CB, 7C and F7. RGB value is (203,124,247). Sum of RGB (Red+Green+Blue) = 203+124+247=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB7CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CF7 is #348308. Grayscale: #A1A1A1. Windows color (decimal): -3441417 or 16219339. OLE color: 16219339.

HSL color Cylindrical-coordinate representation of color #CB7CF7: hue angle of 278.54º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7CF7 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 124 247 -
CMYK 0.18 0.50 0 0.03
HSL 278.54º 0.88% 0.73% -
HSV(B) 278.54º 0.5% 0.97% -
XYZ 48.62 33.83 91.96 -
YUV 161.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 203 124 247 0.18 0.50 0 0.03 278.54 0.88 0.73
Hex CB 7C F7 12 32 0 3 117 58 49
Octal 313 174 367 22 62 0 3 427 130 111
Binary 11001011 1111100 11110111 10010 110010 0 11 100010111 1011000 1001001

Color Harmonies of #CB7CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7CF7

Black with #CB7CF7

Text Example


Text Example

White with #CB7CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7CF7; }

 p { color: rgb(203,124,247); }

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

background-color css

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

 a { background-color: rgb(203,124,247); }

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

border-color css

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

 span { border-color: rgb(203,124,247); }

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