Html Css Color HEX #C273CB Orchid

📋 copy color: '#C273CB'

red 194 ◦ green 115 ◦ blue 203

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

Shades of Orchid #C273CB

Tints of Orchid #C273CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 37.89%
G = 22.46%
B = 39.65%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C273CB (or 0xC273CB) is known color: Orchid. HEX triplet: C2, 73 and CB. RGB value is (194,115,203). Sum of RGB (Red+Green+Blue) = 194+115+203=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #C273CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273CB is #3D8C34. Grayscale: #949494. Windows color (decimal): -4033589 or 13333442. OLE color: 13333442.

HSL color Cylindrical-coordinate representation of color #C273CB: hue angle of 293.86º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C273CB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 115 203 -
CMYK 0.04 0.43 0 0.20
HSL 293.86º 0.46% 0.62% -
HSV(B) 293.86º 0.43% 0.8% -
XYZ 39.16 28.04 59.85 -
YUV 148.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 194 115 203 0.04 0.43 0 0.20 293.86 0.46 0.62
Hex C2 73 CB 4 2B 0 14 126 2E 3E
Octal 302 163 313 4 53 0 24 446 56 76
Binary 11000010 1110011 11001011 100 101011 0 10100 100100110 101110 111110

Color Harmonies of #C273CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273CB

Black with #C273CB

Text Example


Text Example

White with #C273CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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