Html Css Color HEX #C293CF Wisteria

📋 copy color: '#C293CF'

red 194 ◦ green 147 ◦ blue 207

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

Shades of Wisteria #C293CF

Tints of Wisteria #C293CF

RGB

 RED value IS 194 (76.17% from 255) = 35.4%

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

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

R = 35.4%
G = 26.82%
B = 37.77%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C293CF (or 0xC293CF) is known color: Wisteria. HEX triplet: C2, 93 and CF. RGB value is (194,147,207). Sum of RGB (Red+Green+Blue) = 194+147+207=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #C293CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293CF is #3D6C30. Grayscale: #A7A7A7. Windows color (decimal): -4025393 or 13603778. OLE color: 13603778.

HSL color Cylindrical-coordinate representation of color #C293CF: hue angle of 287º 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 #C293CF is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 147 207 -
CMYK 0.06 0.29 0 0.19
HSL 287º 0.38% 0.69% -
HSV(B) 287º 0.29% 0.81% -
XYZ 43.94 36.84 63.83 -
YUV 167.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 194 147 207 0.06 0.29 0 0.19 287 0.38 0.69
Hex C2 93 CF 6 1D 0 13 11F 26 45
Octal 302 223 317 6 35 0 23 437 46 105
Binary 11000010 10010011 11001111 110 11101 0 10011 100011111 100110 1000101

Color Harmonies of #C293CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293CF

Black with #C293CF

Text Example


Text Example

White with #C293CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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