Html Css Color HEX #C372C3 Orchid

📋 copy color: '#C372C3'

red 195 ◦ green 114 ◦ blue 195

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

Shades of Orchid #C372C3

Tints of Orchid #C372C3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.62%

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

R = 38.69%
G = 22.62%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C372C3 (or 0xC372C3) is known color: Orchid. HEX triplet: C3, 72 and C3. RGB value is (195,114,195). Sum of RGB (Red+Green+Blue) = 195+114+195=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C372C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372C3 is #3C8D3C. Grayscale: #939393. Windows color (decimal): -3968317 or 12808899. OLE color: 12808899.

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

Color convert

RGB 195 114 195 -
CMYK 0 0.42 0 0.24
HSL 300º 0.4% 0.61% -
HSV(B) 300º 0.42% 0.76% -
XYZ 38.37 27.58 54.93 -
YUV 147.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 195 114 195 0 0.42 0 0.24 300 0.4 0.61
Hex C3 72 C3 0 2A 0 18 12C 28 3D
Octal 303 162 303 0 52 0 30 454 50 75
Binary 11000011 1110010 11000011 0 101010 0 11000 100101100 101000 111101

Color Harmonies of #C372C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372C3

Black with #C372C3

Text Example


Text Example

White with #C372C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372C3; }

 p { color: rgb(195,114,195); }

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

background-color css

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

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

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

border-color css

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

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

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