Html Css Color HEX #C68FFD Wisteria

📋 copy color: '#C68FFD'

red 198 ◦ green 143 ◦ blue 253

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

Shades of Wisteria #C68FFD

Tints of Wisteria #C68FFD

RGB

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

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

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

R = 33.33%
G = 24.07%
B = 42.59%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C68FFD (or 0xC68FFD) is known color: Wisteria. HEX triplet: C6, 8F and FD. RGB value is (198,143,253). Sum of RGB (Red+Green+Blue) = 198+143+253=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #C68FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FFD is #397002. Grayscale: #ABABAB. Windows color (decimal): -3764227 or 16617414. OLE color: 16617414.

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

Color convert

RGB 198 143 253 -
CMYK 0.22 0.43 0 0.01
HSL 270º 0.96% 0.78% -
HSV(B) 270º 0.43% 0.99% -
XYZ 50.84 38.74 97.73 -
YUV 171.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 198 143 253 0.22 0.43 0 0.01 270 0.96 0.78
Hex C6 8F FD 16 2B 0 1 10E 60 4E
Octal 306 217 375 26 53 0 1 416 140 116
Binary 11000110 10001111 11111101 10110 101011 0 1 100001110 1100000 1001110

Color Harmonies of #C68FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FFD

Black with #C68FFD

Text Example


Text Example

White with #C68FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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