Html Css Color HEX #C08FE0 Wisteria

📋 copy color: '#C08FE0'

red 192 ◦ green 143 ◦ blue 224

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

Shades of Wisteria #C08FE0

Tints of Wisteria #C08FE0

RGB

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

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

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

R = 34.35%
G = 25.58%
B = 40.07%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C08FE0 (or 0xC08FE0) is known color: Wisteria. HEX triplet: C0, 8F and E0. RGB value is (192,143,224). Sum of RGB (Red+Green+Blue) = 192+143+224=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #C08FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FE0 is #3F701F. Grayscale: #A6A6A6. Windows color (decimal): -4157472 or 14716864. OLE color: 14716864.

HSL color Cylindrical-coordinate representation of color #C08FE0: hue angle of 276.3º 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 #C08FE0 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 143 224 -
CMYK 0.14 0.36 0 0.12
HSL 276.3º 0.57% 0.72% -
HSV(B) 276.3º 0.36% 0.88% -
XYZ 45.02 36.23 75.14 -
YUV 166.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 192 143 224 0.14 0.36 0 0.12 276.3 0.57 0.72
Hex C0 8F E0 E 24 0 C 114 39 48
Octal 300 217 340 16 44 0 14 424 71 110
Binary 11000000 10001111 11100000 1110 100100 0 1100 100010100 111001 1001000

Color Harmonies of #C08FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FE0

Black with #C08FE0

Text Example


Text Example

White with #C08FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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