Html Css Color HEX #C065CF Medium Orchid

📋 copy color: '#C065CF'

red 192 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #C065CF

Tints of Medium Orchid #C065CF

RGB

 RED value IS 192 (75.39% from 255) = 38.4%

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

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

R = 38.4%
G = 20.2%
B = 41.4%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C065CF (or 0xC065CF) is known color: Medium Orchid. HEX triplet: C0, 65 and CF. RGB value is (192,101,207). Sum of RGB (Red+Green+Blue) = 192+101+207=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #C065CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065CF is #3F9A30. Grayscale: #8B8B8B. Windows color (decimal): -4168241 or 13592000. OLE color: 13592000.

HSL color Cylindrical-coordinate representation of color #C065CF: hue angle of 291.51º 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 #C065CF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 101 207 -
CMYK 0.07 0.51 0 0.19
HSL 291.51º 0.52% 0.6% -
HSV(B) 291.51º 0.51% 0.81% -
XYZ 37.65 25.02 61.88 -
YUV 140.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 192 101 207 0.07 0.51 0 0.19 291.51 0.52 0.6
Hex C0 65 CF 7 33 0 13 124 34 3C
Octal 300 145 317 7 63 0 23 444 64 74
Binary 11000000 1100101 11001111 111 110011 0 10011 100100100 110100 111100

Color Harmonies of #C065CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065CF

Black with #C065CF

Text Example


Text Example

White with #C065CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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