Html Css Color HEX #C68FDE Wisteria

📋 copy color: '#C68FDE'

red 198 ◦ green 143 ◦ blue 222

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

Shades of Wisteria #C68FDE

Tints of Wisteria #C68FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.4%

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

R = 35.17%
G = 25.4%
B = 39.43%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C68FDE (or 0xC68FDE) is known color: Wisteria. HEX triplet: C6, 8F and DE. RGB value is (198,143,222). Sum of RGB (Red+Green+Blue) = 198+143+222=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #C68FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FDE is #397021. Grayscale: #A8A8A8. Windows color (decimal): -3764258 or 14585798. OLE color: 14585798.

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

Color convert

RGB 198 143 222 -
CMYK 0.11 0.36 0 0.13
HSL 281.77º 0.54% 0.72% -
HSV(B) 281.77º 0.36% 0.87% -
XYZ 46.3 36.92 73.79 -
YUV 168.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 198 143 222 0.11 0.36 0 0.13 281.77 0.54 0.72
Hex C6 8F DE B 24 0 D 11A 36 48
Octal 306 217 336 13 44 0 15 432 66 110
Binary 11000110 10001111 11011110 1011 100100 0 1101 100011010 110110 1001000

Color Harmonies of #C68FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FDE

Black with #C68FDE

Text Example


Text Example

White with #C68FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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