Html Css Color HEX #C3AFDC Perfume

📋 copy color: '#C3AFDC'

red 195 ◦ green 175 ◦ blue 220

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

Shades of Perfume #C3AFDC

Tints of Perfume #C3AFDC

RGB

 RED value IS 195 (76.56% from 255) = 33.05%

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 33.05%
G = 29.66%
B = 37.29%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3AFDC (or 0xC3AFDC) is known color: Perfume. HEX triplet: C3, AF and DC. RGB value is (195,175,220). Sum of RGB (Red+Green+Blue) = 195+175+220=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFDC is #3C5023. Grayscale: #B9B9B9. Windows color (decimal): -3952676 or 14462915. OLE color: 14462915.

HSL color Cylindrical-coordinate representation of color #C3AFDC: hue angle of 266.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3AFDC is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 175 220 -
CMYK 0.11 0.20 0 0.14
HSL 266.67º 0.39% 0.77% -
HSV(B) 266.67º 0.2% 0.86% -
XYZ 50.75 47.43 74.19 -
YUV 186.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 195 175 220 0.11 0.20 0 0.14 266.67 0.39 0.77
Hex C3 AF DC B 14 0 E 10B 27 4D
Octal 303 257 334 13 24 0 16 413 47 115
Binary 11000011 10101111 11011100 1011 10100 0 1110 100001011 100111 1001101

Color Harmonies of #C3AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFDC

Black with #C3AFDC

Text Example


Text Example

White with #C3AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFDC; }

 p { color: rgb(195,175,220); }

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

background-color css

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

 a { background-color: rgb(195,175,220); }

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

border-color css

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

 span { border-color: rgb(195,175,220); }

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