Html Css Color HEX #C68ADA Wisteria

📋 copy color: '#C68ADA'

red 198 ◦ green 138 ◦ blue 218

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

Shades of Wisteria #C68ADA

Tints of Wisteria #C68ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 35.74%
G = 24.91%
B = 39.35%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C68ADA (or 0xC68ADA) is known color: Wisteria. HEX triplet: C6, 8A and DA. RGB value is (198,138,218). Sum of RGB (Red+Green+Blue) = 198+138+218=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #C68ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ADA is #397525. Grayscale: #A4A4A4. Windows color (decimal): -3765542 or 14322374. OLE color: 14322374.

HSL color Cylindrical-coordinate representation of color #C68ADA: hue angle of 285º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C68ADA is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 138 218 -
CMYK 0.09 0.37 0 0.15
HSL 285º 0.52% 0.7% -
HSV(B) 285º 0.37% 0.85% -
XYZ 45.03 35.24 70.76 -
YUV 165.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 198 138 218 0.09 0.37 0 0.15 285 0.52 0.7
Hex C6 8A DA 9 25 0 F 11D 34 46
Octal 306 212 332 11 45 0 17 435 64 106
Binary 11000110 10001010 11011010 1001 100101 0 1111 100011101 110100 1000110

Color Harmonies of #C68ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68ADA

Black with #C68ADA

Text Example


Text Example

White with #C68ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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