Html Css Color HEX #C68FFA Wisteria

📋 copy color: '#C68FFA'

red 198 ◦ green 143 ◦ blue 250

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

Shades of Wisteria #C68FFA

Tints of Wisteria #C68FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.2%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 33.5%
G = 24.2%
B = 42.3%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C68FFA (or 0xC68FFA) is known color: Wisteria. HEX triplet: C6, 8F and FA. RGB value is (198,143,250). Sum of RGB (Red+Green+Blue) = 198+143+250=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C68FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FFA is #397005. Grayscale: #ABABAB. Windows color (decimal): -3764230 or 16420806. OLE color: 16420806.

HSL color Cylindrical-coordinate representation of color #C68FFA: hue angle of 270.84º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C68FFA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 143 250 -
CMYK 0.21 0.43 0 0.02
HSL 270.84º 0.91% 0.77% -
HSV(B) 270.84º 0.43% 0.98% -
XYZ 50.37 38.55 95.23 -
YUV 171.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 198 143 250 0.21 0.43 0 0.02 270.84 0.91 0.77
Hex C6 8F FA 15 2B 0 2 10F 5B 4D
Octal 306 217 372 25 53 0 2 417 133 115
Binary 11000110 10001111 11111010 10101 101011 0 10 100001111 1011011 1001101

Color Harmonies of #C68FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FFA

Black with #C68FFA

Text Example


Text Example

White with #C68FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FFA; }

 p { color: rgb(198,143,250); }

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

background-color css

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

 a { background-color: rgb(198,143,250); }

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

border-color css

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

 span { border-color: rgb(198,143,250); }

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