Html Css Color HEX #C68DFA Wisteria

📋 copy color: '#C68DFA'

red 198 ◦ green 141 ◦ blue 250

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

Shades of Wisteria #C68DFA

Tints of Wisteria #C68DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.94%

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

R = 33.62%
G = 23.94%
B = 42.44%

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

#C68DFA (or 0xC68DFA) is known color: Wisteria. HEX triplet: C6, 8D and FA. RGB value is (198,141,250). Sum of RGB (Red+Green+Blue) = 198+141+250=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #C68DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DFA is #397205. Grayscale: #AAAAAA. Windows color (decimal): -3764742 or 16420294. OLE color: 16420294.

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

Color convert

RGB 198 141 250 -
CMYK 0.21 0.44 0 0.02
HSL 271.38º 0.92% 0.77% -
HSV(B) 271.38º 0.44% 0.98% -
XYZ 50.07 37.96 95.13 -
YUV 170.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 198 141 250 0.21 0.44 0 0.02 271.38 0.92 0.77
Hex C6 8D FA 15 2C 0 2 10F 5C 4D
Octal 306 215 372 25 54 0 2 417 134 115
Binary 11000110 10001101 11111010 10101 101100 0 10 100001111 1011100 1001101

Color Harmonies of #C68DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DFA

Black with #C68DFA

Text Example


Text Example

White with #C68DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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