Html Css Color HEX #CCB0F0 Perfume

📋 copy color: '#CCB0F0'

red 204 ◦ green 176 ◦ blue 240

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

Shades of Perfume #CCB0F0

Tints of Perfume #CCB0F0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.39%

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

R = 32.9%
G = 28.39%
B = 38.71%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCB0F0 (or 0xCCB0F0) is known color: Perfume. HEX triplet: CC, B0 and F0. RGB value is (204,176,240). Sum of RGB (Red+Green+Blue) = 204+176+240=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCB0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0F0 is #334F0F. Grayscale: #BFBFBF. Windows color (decimal): -3362576 or 15773900. OLE color: 15773900.

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

Color convert

RGB 204 176 240 -
CMYK 0.15 0.27 0 0.06
HSL 266.25º 0.68% 0.82% -
HSV(B) 266.25º 0.27% 0.94% -
XYZ 56.16 50.18 89.16 -
YUV 191.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 204 176 240 0.15 0.27 0 0.06 266.25 0.68 0.82
Hex CC B0 F0 F 1B 0 6 10A 44 52
Octal 314 260 360 17 33 0 6 412 104 122
Binary 11001100 10110000 11110000 1111 11011 0 110 100001010 1000100 1010010

Color Harmonies of #CCB0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0F0

Black with #CCB0F0

Text Example


Text Example

White with #CCB0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0F0; }

 p { color: rgb(204,176,240); }

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

background-color css

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

 a { background-color: rgb(204,176,240); }

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

border-color css

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

 span { border-color: rgb(204,176,240); }

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