Html Css Color HEX #C369CE Medium Orchid

📋 copy color: '#C369CE'

red 195 ◦ green 105 ◦ blue 206

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

Shades of Medium Orchid #C369CE

Tints of Medium Orchid #C369CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.75%

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 38.54%
G = 20.75%
B = 40.71%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C369CE (or 0xC369CE) is known color: Medium Orchid. HEX triplet: C3, 69 and CE. RGB value is (195,105,206). Sum of RGB (Red+Green+Blue) = 195+105+206=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #C369CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369CE is #3C9631. Grayscale: #8F8F8F. Windows color (decimal): -3970610 or 13527491. OLE color: 13527491.

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

Color convert

RGB 195 105 206 -
CMYK 0.05 0.49 0 0.19
HSL 293.47º 0.51% 0.61% -
HSV(B) 293.47º 0.49% 0.81% -
XYZ 38.7 26.16 61.4 -
YUV 143.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 195 105 206 0.05 0.49 0 0.19 293.47 0.51 0.61
Hex C3 69 CE 5 31 0 13 125 33 3D
Octal 303 151 316 5 61 0 23 445 63 75
Binary 11000011 1101001 11001110 101 110001 0 10011 100100101 110011 111101

Color Harmonies of #C369CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369CE

Black with #C369CE

Text Example


Text Example

White with #C369CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369CE; }

 p { color: rgb(195,105,206); }

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

background-color css

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

 a { background-color: rgb(195,105,206); }

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

border-color css

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

 span { border-color: rgb(195,105,206); }

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