Html Css Color HEX #C68CEA Wisteria

📋 copy color: '#C68CEA'

red 198 ◦ green 140 ◦ blue 234

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

Shades of Wisteria #C68CEA

Tints of Wisteria #C68CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.48%

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

R = 34.62%
G = 24.48%
B = 40.91%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C68CEA (or 0xC68CEA) is known color: Wisteria. HEX triplet: C6, 8C and EA. RGB value is (198,140,234). Sum of RGB (Red+Green+Blue) = 198+140+234=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #C68CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CEA is #397315. Grayscale: #A7A7A7. Windows color (decimal): -3765014 or 15371462. OLE color: 15371462.

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

Color convert

RGB 198 140 234 -
CMYK 0.15 0.40 0 0.08
HSL 277.02º 0.69% 0.73% -
HSV(B) 277.02º 0.4% 0.92% -
XYZ 47.52 36.7 82.42 -
YUV 168.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 198 140 234 0.15 0.40 0 0.08 277.02 0.69 0.73
Hex C6 8C EA F 28 0 8 115 45 49
Octal 306 214 352 17 50 0 10 425 105 111
Binary 11000110 10001100 11101010 1111 101000 0 1000 100010101 1000101 1001001

Color Harmonies of #C68CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CEA

Black with #C68CEA

Text Example


Text Example

White with #C68CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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