Html Css Color HEX #CC7BFE Heliotrope

📋 copy color: '#CC7BFE'

red 204 ◦ green 123 ◦ blue 254

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

Shades of Heliotrope #CC7BFE

Tints of Heliotrope #CC7BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 35.11%
G = 21.17%
B = 43.72%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC7BFE (or 0xCC7BFE) is known color: Heliotrope. HEX triplet: CC, 7B and FE. RGB value is (204,123,254). Sum of RGB (Red+Green+Blue) = 204+123+254=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC7BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BFE is #338401. Grayscale: #A1A1A1. Windows color (decimal): -3376130 or 16677836. OLE color: 16677836.

HSL color Cylindrical-coordinate representation of color #CC7BFE: hue angle of 277.1º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC7BFE is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 123 254 -
CMYK 0.20 0.52 0 0.00
HSL 277.1º 0.98% 0.74% -
HSV(B) 277.1º 0.52% 1% -
XYZ 49.87 34.16 97.73 -
YUV 162.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 204 123 254 0.20 0.52 0 0.00 277.1 0.98 0.74
Hex CC 7B FE 14 34 0 0 115 62 4A
Octal 314 173 376 24 64 0 0 425 142 112
Binary 11001100 1111011 11111110 10100 110100 0 0 100010101 1100010 1001010

Color Harmonies of #CC7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BFE

Black with #CC7BFE

Text Example


Text Example

White with #CC7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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