Html Css Color HEX #C273CE Orchid

📋 copy color: '#C273CE'

red 194 ◦ green 115 ◦ blue 206

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

Shades of Orchid #C273CE

Tints of Orchid #C273CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 37.67%
G = 22.33%
B = 40%

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

#C273CE (or 0xC273CE) is known color: Orchid. HEX triplet: C2, 73 and CE. RGB value is (194,115,206). Sum of RGB (Red+Green+Blue) = 194+115+206=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #C273CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273CE is #3D8C31. Grayscale: #949494. Windows color (decimal): -4033586 or 13530050. OLE color: 13530050.

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

Color convert

RGB 194 115 206 -
CMYK 0.06 0.44 0 0.19
HSL 292.09º 0.48% 0.63% -
HSV(B) 292.09º 0.44% 0.81% -
XYZ 39.52 28.19 61.75 -
YUV 149 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 194 115 206 0.06 0.44 0 0.19 292.09 0.48 0.63
Hex C2 73 CE 6 2C 0 13 124 30 3F
Octal 302 163 316 6 54 0 23 444 60 77
Binary 11000010 1110011 11001110 110 101100 0 10011 100100100 110000 111111

Color Harmonies of #C273CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273CE

Black with #C273CE

Text Example


Text Example

White with #C273CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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