Html Css Color HEX #C265CF Medium Orchid

📋 copy color: '#C265CF'

red 194 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #C265CF

Tints of Medium Orchid #C265CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.12%

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

R = 38.65%
G = 20.12%
B = 41.24%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C265CF (or 0xC265CF) is known color: Medium Orchid. HEX triplet: C2, 65 and CF. RGB value is (194,101,207). Sum of RGB (Red+Green+Blue) = 194+101+207=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #C265CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265CF is #3D9A30. Grayscale: #8C8C8C. Windows color (decimal): -4037169 or 13592002. OLE color: 13592002.

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

Color convert

RGB 194 101 207 -
CMYK 0.06 0.51 0 0.19
HSL 292.64º 0.52% 0.6% -
HSV(B) 292.64º 0.51% 0.81% -
XYZ 38.16 25.28 61.9 -
YUV 140.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 194 101 207 0.06 0.51 0 0.19 292.64 0.52 0.6
Hex C2 65 CF 6 33 0 13 125 34 3C
Octal 302 145 317 6 63 0 23 445 64 74
Binary 11000010 1100101 11001111 110 110011 0 10011 100100101 110100 111100

Color Harmonies of #C265CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265CF

Black with #C265CF

Text Example


Text Example

White with #C265CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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