Html Css Color HEX #C08CED Wisteria

📋 copy color: '#C08CED'

red 192 ◦ green 140 ◦ blue 237

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

Shades of Wisteria #C08CED

Tints of Wisteria #C08CED

RGB

 RED value IS 192 (75.39% from 255) = 33.74%

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 33.74%
G = 24.6%
B = 41.65%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C08CED (or 0xC08CED) is known color: Wisteria. HEX triplet: C0, 8C and ED. RGB value is (192,140,237). Sum of RGB (Red+Green+Blue) = 192+140+237=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #C08CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CED is #3F7312. Grayscale: #A6A6A6. Windows color (decimal): -4158227 or 15568064. OLE color: 15568064.

HSL color Cylindrical-coordinate representation of color #C08CED: hue angle of 272.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08CED is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 140 237 -
CMYK 0.19 0.41 0 0.07
HSL 272.16º 0.73% 0.74% -
HSV(B) 272.16º 0.41% 0.93% -
XYZ 46.4 36.08 84.64 -
YUV 166.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 192 140 237 0.19 0.41 0 0.07 272.16 0.73 0.74
Hex C0 8C ED 13 29 0 7 110 49 4A
Octal 300 214 355 23 51 0 7 420 111 112
Binary 11000000 10001100 11101101 10011 101001 0 111 100010000 1001001 1001010

Color Harmonies of #C08CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CED

Black with #C08CED

Text Example


Text Example

White with #C08CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CED; }

 p { color: rgb(192,140,237); }

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

background-color css

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

 a { background-color: rgb(192,140,237); }

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

border-color css

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

 span { border-color: rgb(192,140,237); }

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