Html Css Color HEX #C270CF Medium Orchid

📋 copy color: '#C270CF'

red 194 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #C270CF

Tints of Medium Orchid #C270CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.83%

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

R = 37.82%
G = 21.83%
B = 40.35%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C270CF (or 0xC270CF) is known color: Medium Orchid. HEX triplet: C2, 70 and CF. RGB value is (194,112,207). Sum of RGB (Red+Green+Blue) = 194+112+207=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C270CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270CF is #3D8F30. Grayscale: #939393. Windows color (decimal): -4034353 or 13594818. OLE color: 13594818.

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

Color convert

RGB 194 112 207 -
CMYK 0.06 0.46 0 0.19
HSL 291.79º 0.5% 0.63% -
HSV(B) 291.79º 0.46% 0.81% -
XYZ 39.3 27.56 62.28 -
YUV 147.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 194 112 207 0.06 0.46 0 0.19 291.79 0.5 0.63
Hex C2 70 CF 6 2E 0 13 124 32 3F
Octal 302 160 317 6 56 0 23 444 62 77
Binary 11000010 1110000 11001111 110 101110 0 10011 100100100 110010 111111

Color Harmonies of #C270CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270CF

Black with #C270CF

Text Example


Text Example

White with #C270CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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