Html Css Color HEX #C67EDE Wisteria

📋 copy color: '#C67EDE'

red 198 ◦ green 126 ◦ blue 222

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

Shades of Wisteria #C67EDE

Tints of Wisteria #C67EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 36.26%
G = 23.08%
B = 40.66%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C67EDE (or 0xC67EDE) is known color: Wisteria. HEX triplet: C6, 7E and DE. RGB value is (198,126,222). Sum of RGB (Red+Green+Blue) = 198+126+222=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #C67EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67EDE is #398121. Grayscale: #9E9E9E. Windows color (decimal): -3768610 or 14581446. OLE color: 14581446.

HSL color Cylindrical-coordinate representation of color #C67EDE: hue angle of 285º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C67EDE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 126 222 -
CMYK 0.11 0.43 0 0.13
HSL 285º 0.59% 0.68% -
HSV(B) 285º 0.43% 0.87% -
XYZ 43.93 32.2 73.01 -
YUV 158.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 198 126 222 0.11 0.43 0 0.13 285 0.59 0.68
Hex C6 7E DE B 2B 0 D 11D 3B 44
Octal 306 176 336 13 53 0 15 435 73 104
Binary 11000110 1111110 11011110 1011 101011 0 1101 100011101 111011 1000100

Color Harmonies of #C67EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67EDE

Black with #C67EDE

Text Example


Text Example

White with #C67EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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