Html Css Color HEX #C694FC Wisteria

📋 copy color: '#C694FC'

red 198 ◦ green 148 ◦ blue 252

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

Shades of Wisteria #C694FC

Tints of Wisteria #C694FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.75%

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 33.11%
G = 24.75%
B = 42.14%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C694FC (or 0xC694FC) is known color: Wisteria. HEX triplet: C6, 94 and FC. RGB value is (198,148,252). Sum of RGB (Red+Green+Blue) = 198+148+252=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #C694FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694FC is #396B03. Grayscale: #AEAEAE. Windows color (decimal): -3762948 or 16553158. OLE color: 16553158.

HSL color Cylindrical-coordinate representation of color #C694FC: hue angle of 268.85º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C694FC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 148 252 -
CMYK 0.21 0.41 0 0.01
HSL 268.85º 0.95% 0.78% -
HSV(B) 268.85º 0.41% 0.99% -
XYZ 51.45 40.21 97.15 -
YUV 174.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 198 148 252 0.21 0.41 0 0.01 268.85 0.95 0.78
Hex C6 94 FC 15 29 0 1 10D 5F 4E
Octal 306 224 374 25 51 0 1 415 137 116
Binary 11000110 10010100 11111100 10101 101001 0 1 100001101 1011111 1001110

Color Harmonies of #C694FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694FC

Black with #C694FC

Text Example


Text Example

White with #C694FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694FC; }

 p { color: rgb(198,148,252); }

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

background-color css

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

 a { background-color: rgb(198,148,252); }

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

border-color css

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

 span { border-color: rgb(198,148,252); }

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