Html Css Color HEX #C68AEA Wisteria

📋 copy color: '#C68AEA'

red 198 ◦ green 138 ◦ blue 234

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

Shades of Wisteria #C68AEA

Tints of Wisteria #C68AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 34.74%
G = 24.21%
B = 41.05%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C68AEA (or 0xC68AEA) is known color: Wisteria. HEX triplet: C6, 8A and EA. RGB value is (198,138,234). Sum of RGB (Red+Green+Blue) = 198+138+234=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #C68AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AEA is #397515. Grayscale: #A6A6A6. Windows color (decimal): -3765526 or 15370950. OLE color: 15370950.

HSL color Cylindrical-coordinate representation of color #C68AEA: hue angle of 277.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C68AEA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 138 234 -
CMYK 0.15 0.41 0 0.08
HSL 277.5º 0.7% 0.73% -
HSV(B) 277.5º 0.41% 0.92% -
XYZ 47.23 36.12 82.33 -
YUV 166.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 198 138 234 0.15 0.41 0 0.08 277.5 0.7 0.73
Hex C6 8A EA F 29 0 8 116 46 49
Octal 306 212 352 17 51 0 10 426 106 111
Binary 11000110 10001010 11101010 1111 101001 0 1000 100010110 1000110 1001001

Color Harmonies of #C68AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AEA

Black with #C68AEA

Text Example


Text Example

White with #C68AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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