Html Css Color HEX #C262CF Medium Orchid

📋 copy color: '#C262CF'

red 194 ◦ green 98 ◦ blue 207

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

Shades of Medium Orchid #C262CF

Tints of Medium Orchid #C262CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.64%

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

R = 38.88%
G = 19.64%
B = 41.48%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C262CF (or 0xC262CF) is known color: Medium Orchid. HEX triplet: C2, 62 and CF. RGB value is (194,98,207). Sum of RGB (Red+Green+Blue) = 194+98+207=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #C262CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262CF is #3D9D30. Grayscale: #8A8A8A. Windows color (decimal): -4037937 or 13591234. OLE color: 13591234.

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

Color convert

RGB 194 98 207 -
CMYK 0.06 0.53 0 0.19
HSL 292.84º 0.53% 0.6% -
HSV(B) 292.84º 0.53% 0.81% -
XYZ 37.88 24.71 61.8 -
YUV 139.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 194 98 207 0.06 0.53 0 0.19 292.84 0.53 0.6
Hex C2 62 CF 6 35 0 13 125 35 3C
Octal 302 142 317 6 65 0 23 445 65 74
Binary 11000010 1100010 11001111 110 110101 0 10011 100100101 110101 111100

Color Harmonies of #C262CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C262CF

Black with #C262CF

Text Example


Text Example

White with #C262CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C262CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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