Html Css Color HEX #C245CF Medium Orchid

📋 copy color: '#C245CF'

red 194 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #C245CF

Tints of Medium Orchid #C245CF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.68%

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

R = 41.28%
G = 14.68%
B = 44.04%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C245CF (or 0xC245CF) is known color: Medium Orchid. HEX triplet: C2, 45 and CF. RGB value is (194,69,207). Sum of RGB (Red+Green+Blue) = 194+69+207=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #C245CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245CF is #3DBA30. Grayscale: #797979. Windows color (decimal): -4045361 or 13583810. OLE color: 13583810.

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

Color convert

RGB 194 69 207 -
CMYK 0.06 0.67 0 0.19
HSL 294.35º 0.59% 0.54% -
HSV(B) 294.35º 0.67% 0.81% -
XYZ 35.64 20.23 61.06 -
YUV 122.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 194 69 207 0.06 0.67 0 0.19 294.35 0.59 0.54
Hex C2 45 CF 6 43 0 13 126 3B 36
Octal 302 105 317 6 103 0 23 446 73 66
Binary 11000010 1000101 11001111 110 1000011 0 10011 100100110 111011 110110

Color Harmonies of #C245CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245CF

Black with #C245CF

Text Example


Text Example

White with #C245CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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