Html Css Color HEX #C693F2 Wisteria

📋 copy color: '#C693F2'

red 198 ◦ green 147 ◦ blue 242

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

Shades of Wisteria #C693F2

Tints of Wisteria #C693F2

RGB

 RED value IS 198 (77.73% from 255) = 33.73%

 GREEN value IS 147 (57.81% from 255) = 25.04%

 BLUE value IS 242 (94.92% from 255) = 41.23%

R = 33.73%
G = 25.04%
B = 41.23%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C693F2 (or 0xC693F2) is known color: Wisteria. HEX triplet: C6, 93 and F2. RGB value is (198,147,242). Sum of RGB (Red+Green+Blue) = 198+147+242=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #C693F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C693F2 is #396C0D. Grayscale: #ACACAC. Windows color (decimal): -3763214 or 15897542. OLE color: 15897542.

HSL color Cylindrical-coordinate representation of color #C693F2: hue angle of 272.21º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C693F2 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 147 242 -
CMYK 0.18 0.39 0 0.05
HSL 272.21º 0.79% 0.76% -
HSV(B) 272.21º 0.39% 0.95% -
XYZ 49.75 39.28 88.96 -
YUV 173.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 198 147 242 0.18 0.39 0 0.05 272.21 0.79 0.76
Hex C6 93 F2 12 27 0 5 110 4F 4C
Octal 306 223 362 22 47 0 5 420 117 114
Binary 11000110 10010011 11110010 10010 100111 0 101 100010000 1001111 1001100

Color Harmonies of #C693F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693F2

Black with #C693F2

Text Example


Text Example

White with #C693F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693F2; }

 p { color: rgb(198,147,242); }

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

background-color css

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

 a { background-color: rgb(198,147,242); }

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

border-color css

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

 span { border-color: rgb(198,147,242); }

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