Html Css Color HEX #C68FDC Wisteria

📋 copy color: '#C68FDC'

red 198 ◦ green 143 ◦ blue 220

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

Shades of Wisteria #C68FDC

Tints of Wisteria #C68FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 35.29%
G = 25.49%
B = 39.22%

CMYK

 C value IS 0.1

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C68FDC (or 0xC68FDC) is known color: Wisteria. HEX triplet: C6, 8F and DC. RGB value is (198,143,220). Sum of RGB (Red+Green+Blue) = 198+143+220=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C68FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FDC is #397023. Grayscale: #A7A7A7. Windows color (decimal): -3764260 or 14454726. OLE color: 14454726.

HSL color Cylindrical-coordinate representation of color #C68FDC: hue angle of 282.86º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68FDC is Cyan = 0.1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 143 220 -
CMYK 0.1 0.35 0 0.14
HSL 282.86º 0.52% 0.71% -
HSV(B) 282.86º 0.35% 0.86% -
XYZ 46.03 36.82 72.39 -
YUV 168.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 198 143 220 0.1 0.35 0 0.14 282.86 0.52 0.71
Hex C6 8F DC A 23 0 E 11B 34 47
Octal 306 217 334 12 43 0 16 433 64 107
Binary 11000110 10001111 11011100 1010 100011 0 1110 100011011 110100 1000111

Color Harmonies of #C68FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FDC

Black with #C68FDC

Text Example


Text Example

White with #C68FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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