Html Css Color HEX #C273C3 Orchid

📋 copy color: '#C273C3'

red 194 ◦ green 115 ◦ blue 195

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

Shades of Orchid #C273C3

Tints of Orchid #C273C3

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #C273C3: hue angle of 299.25º 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 #C273C3 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 115 195 -
CMYK 0.01 0.41 0 0.24
HSL 299.25º 0.4% 0.61% -
HSV(B) 299.25º 0.41% 0.76% -
XYZ 38.23 27.67 54.96 -
YUV 147.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 194 115 195 0.01 0.41 0 0.24 299.25 0.4 0.61
Hex C2 73 C3 1 29 0 18 12B 28 3D
Octal 302 163 303 1 51 0 30 453 50 75
Binary 11000010 1110011 11000011 1 101001 0 11000 100101011 101000 111101

Color Harmonies of #C273C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273C3

Black with #C273C3

Text Example


Text Example

White with #C273C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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