Html Css Color HEX #C273CF Orchid

📋 copy color: '#C273CF'

red 194 ◦ green 115 ◦ blue 207

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

Shades of Orchid #C273CF

Tints of Orchid #C273CF

RGB

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

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

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

R = 37.6%
G = 22.29%
B = 40.12%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C273CF (or 0xC273CF) is known color: Orchid. HEX triplet: C2, 73 and CF. RGB value is (194,115,207). Sum of RGB (Red+Green+Blue) = 194+115+207=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #C273CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273CF is #3D8C30. Grayscale: #949494. Windows color (decimal): -4033585 or 13595586. OLE color: 13595586.

HSL color Cylindrical-coordinate representation of color #C273CF: hue angle of 291.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C273CF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 115 207 -
CMYK 0.06 0.44 0 0.19
HSL 291.52º 0.49% 0.63% -
HSV(B) 291.52º 0.44% 0.81% -
XYZ 39.64 28.24 62.39 -
YUV 149.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 194 115 207 0.06 0.44 0 0.19 291.52 0.49 0.63
Hex C2 73 CF 6 2C 0 13 124 31 3F
Octal 302 163 317 6 54 0 23 444 61 77
Binary 11000010 1110011 11001111 110 101100 0 10011 100100100 110001 111111

Color Harmonies of #C273CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273CF

Black with #C273CF

Text Example


Text Example

White with #C273CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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