Html Css Color HEX #C68BD5 Wisteria

📋 copy color: '#C68BD5'

red 198 ◦ green 139 ◦ blue 213

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

Shades of Wisteria #C68BD5

Tints of Wisteria #C68BD5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.27%

 BLUE value IS 213 (83.59% from 255) = 38.73%

R = 36%
G = 25.27%
B = 38.73%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C68BD5 (or 0xC68BD5) is known color: Wisteria. HEX triplet: C6, 8B and D5. RGB value is (198,139,213). Sum of RGB (Red+Green+Blue) = 198+139+213=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #C68BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BD5 is #39742A. Grayscale: #A4A4A4. Windows color (decimal): -3765291 or 13994950. OLE color: 13994950.

HSL color Cylindrical-coordinate representation of color #C68BD5: hue angle of 287.84º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68BD5 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 139 213 -
CMYK 0.07 0.35 0 0.16
HSL 287.84º 0.47% 0.69% -
HSV(B) 287.84º 0.35% 0.84% -
XYZ 44.53 35.28 67.41 -
YUV 165.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 198 139 213 0.07 0.35 0 0.16 287.84 0.47 0.69
Hex C6 8B D5 7 23 0 10 120 2F 45
Octal 306 213 325 7 43 0 20 440 57 105
Binary 11000110 10001011 11010101 111 100011 0 10000 100100000 101111 1000101

Color Harmonies of #C68BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BD5

Black with #C68BD5

Text Example


Text Example

White with #C68BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BD5; }

 p { color: rgb(198,139,213); }

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

background-color css

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

 a { background-color: rgb(198,139,213); }

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

border-color css

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

 span { border-color: rgb(198,139,213); }

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