Html Css Color HEX #CC7BFF Heliotrope

📋 copy color: '#CC7BFF'

red 204 ◦ green 123 ◦ blue 255

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

Shades of Heliotrope #CC7BFF

Tints of Heliotrope #CC7BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 35.05%
G = 21.13%
B = 43.81%

CMYK

 C value IS 0.2

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC7BFF (or 0xCC7BFF) is known color: Heliotrope. HEX triplet: CC, 7B and FF. RGB value is (204,123,255). Sum of RGB (Red+Green+Blue) = 204+123+255=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BFF is #338400. Grayscale: #A1A1A1. Windows color (decimal): -3376129 or 16743372. OLE color: 16743372.

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

Color convert

RGB 204 123 255 -
CMYK 0.2 0.52 0 0
HSL 276.82º 1% 0.74% -
HSV(B) 276.82º 0.52% 1% -
XYZ 50.03 34.22 98.58 -
YUV 162.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 204 123 255 0.2 0.52 0 0 276.82 1 0.74
Hex CC 7B FF 14 34 0 0 115 64 4A
Octal 314 173 377 24 64 0 0 425 144 112
Binary 11001100 1111011 11111111 10100 110100 0 0 100010101 1100100 1001010

Color Harmonies of #CC7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BFF

Black with #CC7BFF

Text Example


Text Example

White with #CC7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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