Html Css Color HEX #C273CC Orchid

📋 copy color: '#C273CC'

red 194 ◦ green 115 ◦ blue 204

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

Shades of Orchid #C273CC

Tints of Orchid #C273CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 37.82%
G = 22.42%
B = 39.77%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C273CC (or 0xC273CC) is known color: Orchid. HEX triplet: C2, 73 and CC. RGB value is (194,115,204). Sum of RGB (Red+Green+Blue) = 194+115+204=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C273CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273CC is #3D8C33. Grayscale: #949494. Windows color (decimal): -4033588 or 13398978. OLE color: 13398978.

HSL color Cylindrical-coordinate representation of color #C273CC: hue angle of 293.26º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C273CC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 115 204 -
CMYK 0.05 0.44 0 0.2
HSL 293.26º 0.47% 0.63% -
HSV(B) 293.26º 0.44% 0.8% -
XYZ 39.28 28.09 60.48 -
YUV 148.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 194 115 204 0.05 0.44 0 0.2 293.26 0.47 0.63
Hex C2 73 CC 5 2C 0 14 125 2F 3F
Octal 302 163 314 5 54 0 24 445 57 77
Binary 11000010 1110011 11001100 101 101100 0 10100 100100101 101111 111111

Color Harmonies of #C273CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273CC

Black with #C273CC

Text Example


Text Example

White with #C273CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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