Html Css Color HEX #C655E0 Medium Orchid

📋 copy color: '#C655E0'

red 198 ◦ green 85 ◦ blue 224

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

Shades of Medium Orchid #C655E0

Tints of Medium Orchid #C655E0

RGB

 RED value IS 198 (77.73% from 255) = 39.05%

 GREEN value IS 85 (33.59% from 255) = 16.77%

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 39.05%
G = 16.77%
B = 44.18%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C655E0 (or 0xC655E0) is known color: Medium Orchid. HEX triplet: C6, 55 and E0. RGB value is (198,85,224). Sum of RGB (Red+Green+Blue) = 198+85+224=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #C655E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655E0 is #39AA1F. Grayscale: #868686. Windows color (decimal): -3779104 or 14702022. OLE color: 14702022.

HSL color Cylindrical-coordinate representation of color #C655E0: hue angle of 288.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C655E0 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 85 224 -
CMYK 0.12 0.62 0 0.12
HSL 288.78º 0.69% 0.61% -
HSV(B) 288.78º 0.62% 0.88% -
XYZ 39.99 23.88 73.02 -
YUV 134.63 178.44 173.2 -
System Red Green Blue C M Y K H S L
Decimal 198 85 224 0.12 0.62 0 0.12 288.78 0.69 0.61
Hex C6 55 E0 C 3E 0 C 121 45 3D
Octal 306 125 340 14 76 0 14 441 105 75
Binary 11000110 1010101 11100000 1100 111110 0 1100 100100001 1000101 111101

Color Harmonies of #C655E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655E0

Black with #C655E0

Text Example


Text Example

White with #C655E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655E0; }

 p { color: rgb(198,85,224); }

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

background-color css

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

 a { background-color: rgb(198,85,224); }

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

border-color css

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

 span { border-color: rgb(198,85,224); }

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