Html Css Color HEX #C68AFA Wisteria

📋 copy color: '#C68AFA'

red 198 ◦ green 138 ◦ blue 250

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

Shades of Wisteria #C68AFA

Tints of Wisteria #C68AFA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.55%

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

R = 33.79%
G = 23.55%
B = 42.66%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C68AFA (or 0xC68AFA) is known color: Wisteria. HEX triplet: C6, 8A and FA. RGB value is (198,138,250). Sum of RGB (Red+Green+Blue) = 198+138+250=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C68AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AFA is #397505. Grayscale: #A8A8A8. Windows color (decimal): -3765510 or 16419526. OLE color: 16419526.

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

Color convert

RGB 198 138 250 -
CMYK 0.21 0.45 0 0.02
HSL 272.14º 0.92% 0.76% -
HSV(B) 272.14º 0.45% 0.98% -
XYZ 49.63 37.08 94.98 -
YUV 168.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 198 138 250 0.21 0.45 0 0.02 272.14 0.92 0.76
Hex C6 8A FA 15 2D 0 2 110 5C 4C
Octal 306 212 372 25 55 0 2 420 134 114
Binary 11000110 10001010 11111010 10101 101101 0 10 100010000 1011100 1001100

Color Harmonies of #C68AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AFA

Black with #C68AFA

Text Example


Text Example

White with #C68AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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