Html Css Color HEX #CC7BF3 Heliotrope

📋 copy color: '#CC7BF3'

red 204 ◦ green 123 ◦ blue 243

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

Shades of Heliotrope #CC7BF3

Tints of Heliotrope #CC7BF3

RGB

 RED value IS 204 (80.08% from 255) = 35.79%

 GREEN value IS 123 (48.44% from 255) = 21.58%

 BLUE value IS 243 (95.31% from 255) = 42.63%

R = 35.79%
G = 21.58%
B = 42.63%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC7BF3 (or 0xCC7BF3) is known color: Heliotrope. HEX triplet: CC, 7B and F3. RGB value is (204,123,243). Sum of RGB (Red+Green+Blue) = 204+123+243=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC7BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BF3 is #33840C. Grayscale: #A0A0A0. Windows color (decimal): -3376141 or 15956940. OLE color: 15956940.

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

Color convert

RGB 204 123 243 -
CMYK 0.16 0.49 0 0.05
HSL 280.5º 0.83% 0.72% -
HSV(B) 280.5º 0.49% 0.95% -
XYZ 48.16 33.47 88.72 -
YUV 160.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 204 123 243 0.16 0.49 0 0.05 280.5 0.83 0.72
Hex CC 7B F3 10 31 0 5 118 53 48
Octal 314 173 363 20 61 0 5 430 123 110
Binary 11001100 1111011 11110011 10000 110001 0 101 100011000 1010011 1001000

Color Harmonies of #CC7BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BF3

Black with #CC7BF3

Text Example


Text Example

White with #CC7BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BF3; }

 p { color: rgb(204,123,243); }

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

background-color css

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

 a { background-color: rgb(204,123,243); }

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

border-color css

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

 span { border-color: rgb(204,123,243); }

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