Html Css Color HEX #C365CF Medium Orchid

📋 copy color: '#C365CF'

red 195 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #C365CF

Tints of Medium Orchid #C365CF

RGB

 RED value IS 195 (76.56% from 255) = 38.77%

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

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

R = 38.77%
G = 20.08%
B = 41.15%

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

#C365CF (or 0xC365CF) is known color: Medium Orchid. HEX triplet: C3, 65 and CF. RGB value is (195,101,207). Sum of RGB (Red+Green+Blue) = 195+101+207=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #C365CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365CF is #3C9A30. Grayscale: #8C8C8C. Windows color (decimal): -3971633 or 13592003. OLE color: 13592003.

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

Color convert

RGB 195 101 207 -
CMYK 0.06 0.51 0 0.19
HSL 293.21º 0.52% 0.6% -
HSV(B) 293.21º 0.51% 0.81% -
XYZ 38.42 25.41 61.91 -
YUV 141.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 195 101 207 0.06 0.51 0 0.19 293.21 0.52 0.6
Hex C3 65 CF 6 33 0 13 125 34 3C
Octal 303 145 317 6 63 0 23 445 64 74
Binary 11000011 1100101 11001111 110 110011 0 10011 100100101 110100 111100

Color Harmonies of #C365CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C365CF

Black with #C365CF

Text Example


Text Example

White with #C365CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C365CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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