Html Css Color HEX #C08CD4 Wisteria

📋 copy color: '#C08CD4'

red 192 ◦ green 140 ◦ blue 212

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

Shades of Wisteria #C08CD4

Tints of Wisteria #C08CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.97%

R = 35.29%
G = 25.74%
B = 38.97%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C08CD4 (or 0xC08CD4) is known color: Wisteria. HEX triplet: C0, 8C and D4. RGB value is (192,140,212). Sum of RGB (Red+Green+Blue) = 192+140+212=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #C08CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CD4 is #3F732B. Grayscale: #A3A3A3. Windows color (decimal): -4158252 or 13929664. OLE color: 13929664.

HSL color Cylindrical-coordinate representation of color #C08CD4: hue angle of 283.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C08CD4 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 140 212 -
CMYK 0.09 0.34 0 0.17
HSL 283.33º 0.46% 0.69% -
HSV(B) 283.33º 0.34% 0.83% -
XYZ 43 34.72 66.72 -
YUV 163.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 192 140 212 0.09 0.34 0 0.17 283.33 0.46 0.69
Hex C0 8C D4 9 22 0 11 11B 2E 45
Octal 300 214 324 11 42 0 21 433 56 105
Binary 11000000 10001100 11010100 1001 100010 0 10001 100011011 101110 1000101

Color Harmonies of #C08CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CD4

Black with #C08CD4

Text Example


Text Example

White with #C08CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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