Html Css Color HEX #C67FDE Wisteria

📋 copy color: '#C67FDE'

red 198 ◦ green 127 ◦ blue 222

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

Shades of Wisteria #C67FDE

Tints of Wisteria #C67FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.22%

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

R = 36.2%
G = 23.22%
B = 40.59%

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

#C67FDE (or 0xC67FDE) is known color: Wisteria. HEX triplet: C6, 7F and DE. RGB value is (198,127,222). Sum of RGB (Red+Green+Blue) = 198+127+222=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #C67FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FDE is #398021. Grayscale: #9E9E9E. Windows color (decimal): -3768354 or 14581702. OLE color: 14581702.

HSL color Cylindrical-coordinate representation of color #C67FDE: hue angle of 284.84º 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 #C67FDE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 127 222 -
CMYK 0.11 0.43 0 0.13
HSL 284.84º 0.59% 0.68% -
HSV(B) 284.84º 0.43% 0.87% -
XYZ 44.06 32.46 73.05 -
YUV 159.06 163.52 155.78 -
System Red Green Blue C M Y K H S L
Decimal 198 127 222 0.11 0.43 0 0.13 284.84 0.59 0.68
Hex C6 7F DE B 2B 0 D 11D 3B 44
Octal 306 177 336 13 53 0 15 435 73 104
Binary 11000110 1111111 11011110 1011 101011 0 1101 100011101 111011 1000100

Color Harmonies of #C67FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FDE

Black with #C67FDE

Text Example


Text Example

White with #C67FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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