Html Css Color HEX #C373C2 Orchid

📋 copy color: '#C373C2'

red 195 ◦ green 115 ◦ blue 194

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

Shades of Orchid #C373C2

Tints of Orchid #C373C2

RGB

 RED value IS 195 (76.56% from 255) = 38.69%

 GREEN value IS 115 (45.31% from 255) = 22.82%

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 38.69%
G = 22.82%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C373C2 (or 0xC373C2) is known color: Orchid. HEX triplet: C3, 73 and C2. RGB value is (195,115,194). Sum of RGB (Red+Green+Blue) = 195+115+194=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C373C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373C2 is #3C8C3D. Grayscale: #939393. Windows color (decimal): -3968062 or 12743619. OLE color: 12743619.

HSL color Cylindrical-coordinate representation of color #C373C2: hue angle of 300.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C373C2 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 194 -
CMYK 0 0.41 0.01 0.24
HSL 300.75º 0.4% 0.61% -
HSV(B) 300.75º 0.41% 0.76% -
XYZ 38.37 27.76 54.37 -
YUV 147.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 195 115 194 0 0.41 0.01 0.24 300.75 0.4 0.61
Hex C3 73 C2 0 29 1 18 12D 28 3D
Octal 303 163 302 0 51 1 30 455 50 75
Binary 11000011 1110011 11000010 0 101001 1 11000 100101101 101000 111101

Color Harmonies of #C373C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373C2

Black with #C373C2

Text Example


Text Example

White with #C373C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373C2; }

 p { color: rgb(195,115,194); }

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

background-color css

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

 a { background-color: rgb(195,115,194); }

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

border-color css

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

 span { border-color: rgb(195,115,194); }

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