Html Css Color HEX #C7B3CF Prelude

📋 copy color: '#C7B3CF'

red 199 ◦ green 179 ◦ blue 207

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

Shades of Prelude #C7B3CF

Tints of Prelude #C7B3CF

RGB

 RED value IS 199 (78.13% from 255) = 34.02%

 GREEN value IS 179 (70.31% from 255) = 30.6%

 BLUE value IS 207 (81.25% from 255) = 35.38%

R = 34.02%
G = 30.6%
B = 35.38%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7B3CF (or 0xC7B3CF) is known color: Prelude. HEX triplet: C7, B3 and CF. RGB value is (199,179,207). Sum of RGB (Red+Green+Blue) = 199+179+207=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3CF is #384C30. Grayscale: #BCBCBC. Windows color (decimal): -3689521 or 13611975. OLE color: 13611975.

HSL color Cylindrical-coordinate representation of color #C7B3CF: hue angle of 282.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7B3CF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 179 207 -
CMYK 0.04 0.14 0 0.19
HSL 282.86º 0.23% 0.76% -
HSV(B) 282.86º 0.14% 0.81% -
XYZ 50.94 48.89 65.78 -
YUV 188.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 199 179 207 0.04 0.14 0 0.19 282.86 0.23 0.76
Hex C7 B3 CF 4 E 0 13 11B 17 4C
Octal 307 263 317 4 16 0 23 433 27 114
Binary 11000111 10110011 11001111 100 1110 0 10011 100011011 10111 1001100

Color Harmonies of #C7B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B3CF

Black with #C7B3CF

Text Example


Text Example

White with #C7B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B3CF; }

 p { color: rgb(199,179,207); }

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

background-color css

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

 a { background-color: rgb(199,179,207); }

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

border-color css

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

 span { border-color: rgb(199,179,207); }

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