Html Css Color HEX #C369CC Medium Orchid

📋 copy color: '#C369CC'

red 195 ◦ green 105 ◦ blue 204

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

Shades of Medium Orchid #C369CC

Tints of Medium Orchid #C369CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 38.69%
G = 20.83%
B = 40.48%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C369CC (or 0xC369CC) is known color: Medium Orchid. HEX triplet: C3, 69 and CC. RGB value is (195,105,204). Sum of RGB (Red+Green+Blue) = 195+105+204=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #C369CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369CC is #3C9633. Grayscale: #8E8E8E. Windows color (decimal): -3970612 or 13396419. OLE color: 13396419.

HSL color Cylindrical-coordinate representation of color #C369CC: hue angle of 294.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C369CC is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 105 204 -
CMYK 0.04 0.49 0 0.2
HSL 294.55º 0.49% 0.61% -
HSV(B) 294.55º 0.49% 0.8% -
XYZ 38.46 26.06 60.13 -
YUV 143.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 195 105 204 0.04 0.49 0 0.2 294.55 0.49 0.61
Hex C3 69 CC 4 31 0 14 127 31 3D
Octal 303 151 314 4 61 0 24 447 61 75
Binary 11000011 1101001 11001100 100 110001 0 10100 100100111 110001 111101

Color Harmonies of #C369CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369CC

Black with #C369CC

Text Example


Text Example

White with #C369CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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