Html Css Color HEX #C68DEA Wisteria

📋 copy color: '#C68DEA'

red 198 ◦ green 141 ◦ blue 234

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

Shades of Wisteria #C68DEA

Tints of Wisteria #C68DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.61%

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

R = 34.55%
G = 24.61%
B = 40.84%

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

#C68DEA (or 0xC68DEA) is known color: Wisteria. HEX triplet: C6, 8D and EA. RGB value is (198,141,234). Sum of RGB (Red+Green+Blue) = 198+141+234=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #C68DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DEA is #397215. Grayscale: #A8A8A8. Windows color (decimal): -3764758 or 15371718. OLE color: 15371718.

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

Color convert

RGB 198 141 234 -
CMYK 0.15 0.40 0 0.08
HSL 276.77º 0.69% 0.74% -
HSV(B) 276.77º 0.4% 0.92% -
XYZ 47.66 37 82.47 -
YUV 168.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 198 141 234 0.15 0.40 0 0.08 276.77 0.69 0.74
Hex C6 8D EA F 28 0 8 115 45 4A
Octal 306 215 352 17 50 0 10 425 105 112
Binary 11000110 10001101 11101010 1111 101000 0 1000 100010101 1000101 1001010

Color Harmonies of #C68DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DEA

Black with #C68DEA

Text Example


Text Example

White with #C68DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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