Html Css Color HEX #CAAFF7 Melrose

📋 copy color: '#CAAFF7'

red 202 ◦ green 175 ◦ blue 247

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

Shades of Melrose #CAAFF7

Tints of Melrose #CAAFF7

RGB

 RED value IS 202 (79.3% from 255) = 32.37%

 GREEN value IS 175 (68.75% from 255) = 28.04%

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

R = 32.37%
G = 28.04%
B = 39.58%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CAAFF7 (or 0xCAAFF7) is known color: Melrose. HEX triplet: CA, AF and F7. RGB value is (202,175,247). Sum of RGB (Red+Green+Blue) = 202+175+247=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF7 is #355008. Grayscale: #BFBFBF. Windows color (decimal): -3493897 or 16232394. OLE color: 16232394.

HSL color Cylindrical-coordinate representation of color #CAAFF7: hue angle of 262.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAAFF7 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 175 247 -
CMYK 0.18 0.29 0 0.03
HSL 262.5º 0.82% 0.83% -
HSV(B) 262.5º 0.29% 0.97% -
XYZ 56.48 49.93 94.66 -
YUV 191.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 202 175 247 0.18 0.29 0 0.03 262.5 0.82 0.83
Hex CA AF F7 12 1D 0 3 106 52 53
Octal 312 257 367 22 35 0 3 406 122 123
Binary 11001010 10101111 11110111 10010 11101 0 11 100000110 1010010 1010011

Color Harmonies of #CAAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFF7

Black with #CAAFF7

Text Example


Text Example

White with #CAAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFF7; }

 p { color: rgb(202,175,247); }

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

background-color css

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

 a { background-color: rgb(202,175,247); }

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

border-color css

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

 span { border-color: rgb(202,175,247); }

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