Html Css Color HEX #C68CFA Wisteria

📋 copy color: '#C68CFA'

red 198 ◦ green 140 ◦ blue 250

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

Shades of Wisteria #C68CFA

Tints of Wisteria #C68CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.81%

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

R = 33.67%
G = 23.81%
B = 42.52%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C68CFA (or 0xC68CFA) is known color: Wisteria. HEX triplet: C6, 8C and FA. RGB value is (198,140,250). Sum of RGB (Red+Green+Blue) = 198+140+250=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #C68CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CFA is #397305. Grayscale: #A9A9A9. Windows color (decimal): -3764998 or 16420038. OLE color: 16420038.

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

Color convert

RGB 198 140 250 -
CMYK 0.21 0.44 0 0.02
HSL 271.64º 0.92% 0.76% -
HSV(B) 271.64º 0.44% 0.98% -
XYZ 49.92 37.66 95.08 -
YUV 169.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 198 140 250 0.21 0.44 0 0.02 271.64 0.92 0.76
Hex C6 8C FA 15 2C 0 2 110 5C 4C
Octal 306 214 372 25 54 0 2 420 134 114
Binary 11000110 10001100 11111010 10101 101100 0 10 100010000 1011100 1001100

Color Harmonies of #C68CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CFA

Black with #C68CFA

Text Example


Text Example

White with #C68CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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