Html Css Color HEX #C68CFD Wisteria

📋 copy color: '#C68CFD'

red 198 ◦ green 140 ◦ blue 253

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

Shades of Wisteria #C68CFD

Tints of Wisteria #C68CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.69%

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

R = 33.5%
G = 23.69%
B = 42.81%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C68CFD (or 0xC68CFD) is known color: Wisteria. HEX triplet: C6, 8C and FD. RGB value is (198,140,253). Sum of RGB (Red+Green+Blue) = 198+140+253=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 140 (55.08% from 255 or 23.69% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #C68CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CFD is #397302. Grayscale: #A9A9A9. Windows color (decimal): -3764995 or 16616646. OLE color: 16616646.

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

Color convert

RGB 198 140 253 -
CMYK 0.22 0.45 0 0.01
HSL 270.8º 0.97% 0.77% -
HSV(B) 270.8º 0.45% 0.99% -
XYZ 50.4 37.85 97.58 -
YUV 170.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 198 140 253 0.22 0.45 0 0.01 270.8 0.97 0.77
Hex C6 8C FD 16 2D 0 1 10F 61 4D
Octal 306 214 375 26 55 0 1 417 141 115
Binary 11000110 10001100 11111101 10110 101101 0 1 100001111 1100001 1001101

Color Harmonies of #C68CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CFD

Black with #C68CFD

Text Example


Text Example

White with #C68CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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