Html Css Color HEX #C67EE2 Wisteria

📋 copy color: '#C67EE2'

red 198 ◦ green 126 ◦ blue 226

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

Shades of Wisteria #C67EE2

Tints of Wisteria #C67EE2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.91%

 BLUE value IS 226 (88.67% from 255) = 41.09%

R = 36%
G = 22.91%
B = 41.09%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C67EE2 (or 0xC67EE2) is known color: Wisteria. HEX triplet: C6, 7E and E2. RGB value is (198,126,226). Sum of RGB (Red+Green+Blue) = 198+126+226=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #C67EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67EE2 is #39811D. Grayscale: #9E9E9E. Windows color (decimal): -3768606 or 14843590. OLE color: 14843590.

HSL color Cylindrical-coordinate representation of color #C67EE2: hue angle of 283.2º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67EE2 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 126 226 -
CMYK 0.12 0.44 0 0.11
HSL 283.2º 0.63% 0.69% -
HSV(B) 283.2º 0.44% 0.89% -
XYZ 44.48 32.42 75.86 -
YUV 158.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 198 126 226 0.12 0.44 0 0.11 283.2 0.63 0.69
Hex C6 7E E2 C 2C 0 B 11B 3F 45
Octal 306 176 342 14 54 0 13 433 77 105
Binary 11000110 1111110 11100010 1100 101100 0 1011 100011011 111111 1000101

Color Harmonies of #C67EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67EE2

Black with #C67EE2

Text Example


Text Example

White with #C67EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67EE2; }

 p { color: rgb(198,126,226); }

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

background-color css

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

 a { background-color: rgb(198,126,226); }

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

border-color css

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

 span { border-color: rgb(198,126,226); }

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