Html Css Color HEX #C093CF Wisteria

📋 copy color: '#C093CF'

red 192 ◦ green 147 ◦ blue 207

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

Shades of Wisteria #C093CF

Tints of Wisteria #C093CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.92%

 BLUE value IS 207 (81.25% from 255) = 37.91%

R = 35.16%
G = 26.92%
B = 37.91%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C093CF (or 0xC093CF) is known color: Wisteria. HEX triplet: C0, 93 and CF. RGB value is (192,147,207). Sum of RGB (Red+Green+Blue) = 192+147+207=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #C093CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093CF is #3F6C30. Grayscale: #A7A7A7. Windows color (decimal): -4156465 or 13603776. OLE color: 13603776.

HSL color Cylindrical-coordinate representation of color #C093CF: hue angle of 285º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C093CF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 147 207 -
CMYK 0.07 0.29 0 0.19
HSL 285º 0.38% 0.69% -
HSV(B) 285º 0.29% 0.81% -
XYZ 43.43 36.58 63.8 -
YUV 167.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 192 147 207 0.07 0.29 0 0.19 285 0.38 0.69
Hex C0 93 CF 7 1D 0 13 11D 26 45
Octal 300 223 317 7 35 0 23 435 46 105
Binary 11000000 10010011 11001111 111 11101 0 10011 100011101 100110 1000101

Color Harmonies of #C093CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093CF

Black with #C093CF

Text Example


Text Example

White with #C093CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093CF; }

 p { color: rgb(192,147,207); }

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

background-color css

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

 a { background-color: rgb(192,147,207); }

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

border-color css

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

 span { border-color: rgb(192,147,207); }

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