Html Css Color HEX #C68FE0 Wisteria

📋 copy color: '#C68FE0'

red 198 ◦ green 143 ◦ blue 224

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

Shades of Wisteria #C68FE0

Tints of Wisteria #C68FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.65%

R = 35.04%
G = 25.31%
B = 39.65%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C68FE0 (or 0xC68FE0) is known color: Wisteria. HEX triplet: C6, 8F and E0. RGB value is (198,143,224). Sum of RGB (Red+Green+Blue) = 198+143+224=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #C68FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FE0 is #39701F. Grayscale: #A8A8A8. Windows color (decimal): -3764256 or 14716870. OLE color: 14716870.

HSL color Cylindrical-coordinate representation of color #C68FE0: hue angle of 280.74º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68FE0 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 143 224 -
CMYK 0.12 0.36 0 0.12
HSL 280.74º 0.57% 0.72% -
HSV(B) 280.74º 0.36% 0.88% -
XYZ 46.57 37.03 75.21 -
YUV 168.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 198 143 224 0.12 0.36 0 0.12 280.74 0.57 0.72
Hex C6 8F E0 C 24 0 C 119 39 48
Octal 306 217 340 14 44 0 14 431 71 110
Binary 11000110 10001111 11100000 1100 100100 0 1100 100011001 111001 1001000

Color Harmonies of #C68FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FE0

Black with #C68FE0

Text Example


Text Example

White with #C68FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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