Html Css Color HEX #C08CE4 Wisteria

📋 copy color: '#C08CE4'

red 192 ◦ green 140 ◦ blue 228

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

Shades of Wisteria #C08CE4

Tints of Wisteria #C08CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.71%

R = 34.29%
G = 25%
B = 40.71%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C08CE4 (or 0xC08CE4) is known color: Wisteria. HEX triplet: C0, 8C and E4. RGB value is (192,140,228). Sum of RGB (Red+Green+Blue) = 192+140+228=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #C08CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CE4 is #3F731B. Grayscale: #A5A5A5. Windows color (decimal): -4158236 or 14978240. OLE color: 14978240.

HSL color Cylindrical-coordinate representation of color #C08CE4: hue angle of 275.45º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08CE4 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 140 228 -
CMYK 0.16 0.39 0 0.11
HSL 275.45º 0.62% 0.72% -
HSV(B) 275.45º 0.39% 0.89% -
XYZ 45.12 35.56 77.89 -
YUV 165.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 192 140 228 0.16 0.39 0 0.11 275.45 0.62 0.72
Hex C0 8C E4 10 27 0 B 113 3E 48
Octal 300 214 344 20 47 0 13 423 76 110
Binary 11000000 10001100 11100100 10000 100111 0 1011 100010011 111110 1001000

Color Harmonies of #C08CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CE4

Black with #C08CE4

Text Example


Text Example

White with #C08CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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