Html Css Color HEX #C68DFD Wisteria

📋 copy color: '#C68DFD'

red 198 ◦ green 141 ◦ blue 253

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

Shades of Wisteria #C68DFD

Tints of Wisteria #C68DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.82%

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 33.45%
G = 23.82%
B = 42.74%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C68DFD (or 0xC68DFD) is known color: Wisteria. HEX triplet: C6, 8D and FD. RGB value is (198,141,253). Sum of RGB (Red+Green+Blue) = 198+141+253=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #C68DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DFD is #397202. Grayscale: #AAAAAA. Windows color (decimal): -3764739 or 16616902. OLE color: 16616902.

HSL color Cylindrical-coordinate representation of color #C68DFD: hue angle of 270.54º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68DFD is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 141 253 -
CMYK 0.22 0.44 0 0.01
HSL 270.54º 0.97% 0.77% -
HSV(B) 270.54º 0.44% 0.99% -
XYZ 50.54 38.15 97.63 -
YUV 170.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 198 141 253 0.22 0.44 0 0.01 270.54 0.97 0.77
Hex C6 8D FD 16 2C 0 1 10F 61 4D
Octal 306 215 375 26 54 0 1 417 141 115
Binary 11000110 10001101 11111101 10110 101100 0 1 100001111 1100001 1001101

Color Harmonies of #C68DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DFD

Black with #C68DFD

Text Example


Text Example

White with #C68DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DFD; }

 p { color: rgb(198,141,253); }

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

background-color css

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

 a { background-color: rgb(198,141,253); }

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

border-color css

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

 span { border-color: rgb(198,141,253); }

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