Html Css Color HEX #C369ED Medium Orchid

📋 copy color: '#C369ED'

red 195 ◦ green 105 ◦ blue 237

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

Shades of Medium Orchid #C369ED

Tints of Medium Orchid #C369ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 36.31%
G = 19.55%
B = 44.13%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C369ED (or 0xC369ED) is known color: Medium Orchid. HEX triplet: C3, 69 and ED. RGB value is (195,105,237). Sum of RGB (Red+Green+Blue) = 195+105+237=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #C369ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369ED is #3C9612. Grayscale: #929292. Windows color (decimal): -3970579 or 15559107. OLE color: 15559107.

HSL color Cylindrical-coordinate representation of color #C369ED: hue angle of 280.91º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C369ED is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 105 237 -
CMYK 0.18 0.56 0 0.07
HSL 280.91º 0.79% 0.67% -
HSV(B) 280.91º 0.56% 0.93% -
XYZ 42.84 27.82 83.23 -
YUV 146.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 195 105 237 0.18 0.56 0 0.07 280.91 0.79 0.67
Hex C3 69 ED 12 38 0 7 119 4F 43
Octal 303 151 355 22 70 0 7 431 117 103
Binary 11000011 1101001 11101101 10010 111000 0 111 100011001 1001111 1000011

Color Harmonies of #C369ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369ED

Black with #C369ED

Text Example


Text Example

White with #C369ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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