Html Css Color HEX #C68BEA Wisteria

📋 copy color: '#C68BEA'

red 198 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #C68BEA

Tints of Wisteria #C68BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.34%

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

R = 34.68%
G = 24.34%
B = 40.98%

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

#C68BEA (or 0xC68BEA) is known color: Wisteria. HEX triplet: C6, 8B and EA. RGB value is (198,139,234). Sum of RGB (Red+Green+Blue) = 198+139+234=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #C68BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BEA is #397415. Grayscale: #A7A7A7. Windows color (decimal): -3765270 or 15371206. OLE color: 15371206.

HSL color Cylindrical-coordinate representation of color #C68BEA: hue angle of 277.26º degrees, saturation: 0.69, 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 #C68BEA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 139 234 -
CMYK 0.15 0.41 0 0.08
HSL 277.26º 0.69% 0.73% -
HSV(B) 277.26º 0.41% 0.92% -
XYZ 47.37 36.41 82.37 -
YUV 167.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 198 139 234 0.15 0.41 0 0.08 277.26 0.69 0.73
Hex C6 8B EA F 29 0 8 115 45 49
Octal 306 213 352 17 51 0 10 425 105 111
Binary 11000110 10001011 11101010 1111 101001 0 1000 100010101 1000101 1001001

Color Harmonies of #C68BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BEA

Black with #C68BEA

Text Example


Text Example

White with #C68BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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