Html Css Color HEX #C68FDF Wisteria

📋 copy color: '#C68FDF'

red 198 ◦ green 143 ◦ blue 223

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

Shades of Wisteria #C68FDF

Tints of Wisteria #C68FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 35.11%
G = 25.35%
B = 39.54%

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

#C68FDF (or 0xC68FDF) is known color: Wisteria. HEX triplet: C6, 8F and DF. RGB value is (198,143,223). Sum of RGB (Red+Green+Blue) = 198+143+223=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #C68FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FDF is #397020. Grayscale: #A8A8A8. Windows color (decimal): -3764257 or 14651334. OLE color: 14651334.

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

Color convert

RGB 198 143 223 -
CMYK 0.11 0.36 0 0.13
HSL 281.25º 0.56% 0.72% -
HSV(B) 281.25º 0.36% 0.87% -
XYZ 46.43 36.98 74.5 -
YUV 168.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 198 143 223 0.11 0.36 0 0.13 281.25 0.56 0.72
Hex C6 8F DF B 24 0 D 119 38 48
Octal 306 217 337 13 44 0 15 431 70 110
Binary 11000110 10001111 11011111 1011 100100 0 1101 100011001 111000 1001000

Color Harmonies of #C68FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FDF

Black with #C68FDF

Text Example


Text Example

White with #C68FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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