Html Css Color HEX #C68EFC Wisteria

📋 copy color: '#C68EFC'

red 198 ◦ green 142 ◦ blue 252

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

Shades of Wisteria #C68EFC

Tints of Wisteria #C68EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.99%

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

R = 33.45%
G = 23.99%
B = 42.57%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C68EFC (or 0xC68EFC) is known color: Wisteria. HEX triplet: C6, 8E and FC. RGB value is (198,142,252). Sum of RGB (Red+Green+Blue) = 198+142+252=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #C68EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68EFC is #397103. Grayscale: #AAAAAA. Windows color (decimal): -3764484 or 16551622. OLE color: 16551622.

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

Color convert

RGB 198 142 252 -
CMYK 0.21 0.44 0 0.01
HSL 270.55º 0.95% 0.77% -
HSV(B) 270.55º 0.44% 0.99% -
XYZ 50.53 38.38 96.84 -
YUV 171.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 198 142 252 0.21 0.44 0 0.01 270.55 0.95 0.77
Hex C6 8E FC 15 2C 0 1 10F 5F 4D
Octal 306 216 374 25 54 0 1 417 137 115
Binary 11000110 10001110 11111100 10101 101100 0 1 100001111 1011111 1001101

Color Harmonies of #C68EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EFC

Black with #C68EFC

Text Example


Text Example

White with #C68EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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