Html Css Color HEX #C68EFA Wisteria

📋 copy color: '#C68EFA'

red 198 ◦ green 142 ◦ blue 250

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

Shades of Wisteria #C68EFA

Tints of Wisteria #C68EFA

RGB

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

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

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

R = 33.56%
G = 24.07%
B = 42.37%

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

#C68EFA (or 0xC68EFA) is known color: Wisteria. HEX triplet: C6, 8E and FA. RGB value is (198,142,250). Sum of RGB (Red+Green+Blue) = 198+142+250=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #C68EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68EFA is #397105. Grayscale: #AAAAAA. Windows color (decimal): -3764486 or 16420550. OLE color: 16420550.

HSL color Cylindrical-coordinate representation of color #C68EFA: hue angle of 271.11º degrees, saturation: 0.92, 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 #C68EFA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 142 250 -
CMYK 0.21 0.43 0 0.02
HSL 271.11º 0.92% 0.77% -
HSV(B) 271.11º 0.43% 0.98% -
XYZ 50.22 38.25 95.18 -
YUV 171.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 198 142 250 0.21 0.43 0 0.02 271.11 0.92 0.77
Hex C6 8E FA 15 2B 0 2 10F 5C 4D
Octal 306 216 372 25 53 0 2 417 134 115
Binary 11000110 10001110 11111010 10101 101011 0 10 100001111 1011100 1001101

Color Harmonies of #C68EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EFA

Black with #C68EFA

Text Example


Text Example

White with #C68EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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